From a401a3c822fd54e19e1e79f3bc66497418eee762 Mon Sep 17 00:00:00 2001 From: astrogeco <59618057+astrogeco@users.noreply.github.com> Date: Fri, 13 Nov 2020 16:12:35 -0500 Subject: [PATCH] Bump to v2.4.0-rc1+dev8 and update ReadMe --- README.md | 5 +++++ fsw/src/ci_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a5372..68185d0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac ## Version History +### Development Build: 2.4.0-rc1+dev8 + +- Replaces deprecated SB API's with MSG +- No behavior impact, removes undesirable pattern use of `OS_PACK` +- See ### Development Build: 2.4.0-rc1+dev2 diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index 86172d2..50f59b0 100644 --- a/fsw/src/ci_lab_version.h +++ b/fsw/src/ci_lab_version.h @@ -32,7 +32,7 @@ /* Development Build Macro Definitions */ -#define CI_LAB_BUILD_NUMBER 2 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 8 /*!< Development Build: Number of commits since baseline */ #define CI_LAB_BUILD_BASELINE \ "v2.4.0-rc1" /*!< Development Build: git tag that is the base for the current development */