diff --git a/README.md b/README.md index 7c2e64b..ff5ed77 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac ## Version History +### Development Build: 2.4.0-rc1+dev25 + +- Fix #74, Add Testing Tools to the Security Policy +- See + ### Development Build: 2.4.0-rc1+dev14 - Aligns messages according to changes in cFE . Uses the "raw" message cmd/tlm types in definition diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index 27e3c2f..ca0f35b 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 14 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 25 /*!< 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 */