(Boeing r1776)
bump CORE API version number to 1.22
This commit is contained in:
parent
51e17db093
commit
f9e7c36204
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# CORE
|
# CORE
|
||||||
# Copyright (c)2010-2012 the Boeing Company.
|
# Copyright (c)2010-2013 the Boeing Company.
|
||||||
# See the LICENSE file included in this distribution.
|
# See the LICENSE file included in this distribution.
|
||||||
#
|
#
|
||||||
# authors: Tom Goff <thomas.goff@boeing.com>
|
# authors: Tom Goff <thomas.goff@boeing.com>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# CORE
|
# CORE
|
||||||
# Copyright (c)2010-2012 the Boeing Company.
|
# Copyright (c)2010-2013 the Boeing Company.
|
||||||
# See the LICENSE file included in this distribution.
|
# See the LICENSE file included in this distribution.
|
||||||
#
|
#
|
||||||
# author: Tom Goff <thomas.goff@boeing.com>
|
# author: Tom Goff <thomas.goff@boeing.com>
|
||||||
|
@ -16,7 +16,7 @@ def enumdict(d):
|
||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
|
|
||||||
CORE_API_VER = "1.21"
|
CORE_API_VER = "1.22"
|
||||||
CORE_API_PORT = 4038
|
CORE_API_PORT = 4038
|
||||||
|
|
||||||
# Message types
|
# Message types
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# version of the API document that is used
|
# version of the API document that is used
|
||||||
set CORE_API_VERSION 1.21
|
set CORE_API_VERSION 1.22
|
||||||
|
|
||||||
set DEFAULT_API_PORT 4038
|
set DEFAULT_API_PORT 4038
|
||||||
set g_api_exec_num 100; # starting execution number
|
set g_api_exec_num 100; # starting execution number
|
||||||
|
|
Loading…
Add table
Reference in a new issue