diff --git a/README.md b/README.md index fa49e95..bc0e7f6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac ## Version History +### Development Build: v2.5.0-rc4+dev17 + +- Update Copyright Headers +- Standardize version.h +- See and + ### Development Build: v2.5.0-rc4+dev10 - Apply header guard standard diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index 13d84cf..5fe344d 100644 --- a/fsw/src/ci_lab_version.h +++ b/fsw/src/ci_lab_version.h @@ -25,7 +25,7 @@ /* Development Build Macro Definitions */ -#define CI_LAB_BUILD_NUMBER 10 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 17 /*!< Development Build: Number of commits since baseline */ #define CI_LAB_BUILD_BASELINE \ "v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */