diff --git a/README.md b/README.md index 68185d0..5990792 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+dev14 + +- ci_lab Implementation of cFE changes in . Uses the "raw" message cmd/tlm types in definition +- See + ### Development Build: 2.4.0-rc1+dev8 - Replaces deprecated SB API's with MSG diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index 50f59b0..27e3c2f 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 8 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 14 /*!< 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 */