From 1e83ef6053d8c4163a93a7953b43a371b7653e24 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Tue, 21 Sep 2021 22:04:31 -0400 Subject: [PATCH] IC:2021-09-21, v2.4.0-rc1+dev46 --- README.md | 7 ++++++- fsw/src/ci_lab_version.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afac372..82e193e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,14 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac ## Version History +### Development Build: v2.4.0-rc1+dev46 + +- Apply CFE_SB_ValueToMsgId where required +- See and + ### Development Build: v2.4.0-rc1+dev42 -- Implement Coding Standard in CodeQL workflow +- Implement Coding Standard in CodeQL workflow - See and ### Development Build: v2.4.0-rc1+dev39 diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index b52fdcc..7d53a36 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 42 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 46 /*!< 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 */