diff --git a/README.md b/README.md index 1839b08..042d5df 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a ## Version History +### Development Build: v1.2.0-rc1+dev8 + +- No behavior changes. All identifiers now use the prefix `SAMPLE_LIB_`. Changes the name of the init function from SAMPLE_LibInit to SAMPLE_LIB_Init which affects the CFE startup script. +- Set REVISION to "99" for development +- See + ### Development Build: v1.2.0-rc1+dev3 - Installs unit test to target directory. @@ -27,8 +33,8 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a ### Development Build: 1.1.3 - Coverage data `make lcov` includes the sample_lib code -- See - +- See + ### Development Build: 1.1.2 - Added coverage test and a stub library to facilitate unit test diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index 359481b..970a453 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -32,7 +32,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_LIB_BUILD_NUMBER 3 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_LIB_BUILD_NUMBER 8 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_LIB_BUILD_BASELINE \ "v1.2.0-rc1" /*!< Development Build: git tag that is the base for the current development */