From ad36d2dd694b896b96556e19289e4448680cfcbb Mon Sep 17 00:00:00 2001 From: Jake Hageman Date: Mon, 16 Sep 2019 16:28:53 -0400 Subject: [PATCH] Update readme and version --- README.md | 8 +++++--- fsw/src/to_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2595d9..551e8eb 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ To send telemtry to the "ground" or UDP/IP port, edit the subscription table in ## Release Notes -to_lab version 2.2.0a is released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf). - -Note the old GSFC Build toolset is deprecated (fsw/for_build/Makefile) in favor of cmake (CMakeLists.txt) +- 2.3.0: + - Minor updates (see https://github.com/nasa/to_lab/pull/13) + - Not backwards compatible with OSAL 4.2.1 +- **2.2.0a OFFICIAL RELEASE **: + - Released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf). ## Known issues diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index ac8f455..4258075 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -31,7 +31,7 @@ #define TO_LAB_MAJOR_VERSION 2 -#define TO_LAB_MINOR_VERSION 2 +#define TO_LAB_MINOR_VERSION 3 #define TO_LAB_REVISION 0 #define TO_LAB_MISSION_REV 0