From f9e7c3620483e43e46955b97fbf87113d722760d Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Wed, 25 Sep 2013 17:35:56 +0000 Subject: [PATCH] (Boeing r1776) bump CORE API version number to 1.22 --- daemon/core/api/coreapi.py | 2 +- daemon/core/api/data.py | 4 ++-- gui/api.tcl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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