diff --git a/daemon/core/api/coreapi.py b/daemon/core/api/coreapi.py index d250451e..9de25a62 100644 --- a/daemon/core/api/coreapi.py +++ b/daemon/core/api/coreapi.py @@ -1,6 +1,6 @@ # # CORE -# Copyright (c)2010-2012 the Boeing Company. +# Copyright (c)2010-2013 the Boeing Company. # See the LICENSE file included in this distribution. # # authors: Tom Goff diff --git a/daemon/core/api/data.py b/daemon/core/api/data.py index a098cdb5..524c25d4 100644 --- a/daemon/core/api/data.py +++ b/daemon/core/api/data.py @@ -1,6 +1,6 @@ # # CORE -# Copyright (c)2010-2012 the Boeing Company. +# Copyright (c)2010-2013 the Boeing Company. # See the LICENSE file included in this distribution. # # author: Tom Goff @@ -16,7 +16,7 @@ def enumdict(d): # Constants -CORE_API_VER = "1.21" +CORE_API_VER = "1.22" CORE_API_PORT = 4038 # Message types diff --git a/gui/api.tcl b/gui/api.tcl index 0d761826..e9918fc9 100755 --- a/gui/api.tcl +++ b/gui/api.tcl @@ -7,7 +7,7 @@ # # 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 g_api_exec_num 100; # starting execution number