From cb920b60fc2530c20d57fc014e1507cbcec62d7f Mon Sep 17 00:00:00 2001 From: Jake Hageman Date: Mon, 16 Sep 2019 16:23:15 -0400 Subject: [PATCH] Update readme and version --- README.md | 8 +++++--- fsw/src/sch_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 355d5be..9f18750 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ fsw/platform_inc/sch_lab_sched_tab.h ## Release Notes -sch_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/sch_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/sch_lab_version.h b/fsw/src/sch_lab_version.h index 397e765..e113828 100644 --- a/fsw/src/sch_lab_version.h +++ b/fsw/src/sch_lab_version.h @@ -31,7 +31,7 @@ #define SCH_LAB_MAJOR_VERSION 2 -#define SCH_LAB_MINOR_VERSION 2 +#define SCH_LAB_MINOR_VERSION 3 #define SCH_LAB_REVISION 0 #define SCH_LAB_MISSION_REV 0