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 */