From 96ba02b957d9f58d0a686d13eac999fb91f56e28 Mon Sep 17 00:00:00 2001 From: astrogeco <59618057+astrogeco@users.noreply.github.com> Date: Tue, 3 Nov 2020 14:43:05 -0500 Subject: [PATCH] Bump to v1.2.0-rc1+dev8 and update ReadMe --- README.md | 10 ++++++++-- fsw/src/sample_lib_version.h | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1839b08..4c89371 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" to indicate development version status +- 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 */