Skip to content

Commit 4bea612

Browse files
committed
Bump to v1.2.0-rc1+dev8 and update ReadMe
1 parent 3b8958b commit 4bea612

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a
88

99
## Version History
1010

11+
### Development Build: v1.2.0-rc1+dev8
12+
13+
- 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.
14+
- Set REVISION to "99" for development
15+
- See <https://github.com/nasa/sample_lib/pull/35>
16+
1117
### Development Build: v1.2.0-rc1+dev3
1218

1319
- 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
2733
### Development Build: 1.1.3
2834

2935
- Coverage data `make lcov` includes the sample_lib code
30-
- See <https://github.com/nasa/sample_lib/pull/22>
31-
36+
- See <https://github.com/nasa/sample_lib/pull/22>
37+
3238
### Development Build: 1.1.2
3339

3440
- Added coverage test and a stub library to facilitate unit test

fsw/src/sample_lib_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/* Development Build Macro Definitions */
3434

35-
#define SAMPLE_LIB_BUILD_NUMBER 3 /*!< Development Build: Number of commits since baseline */
35+
#define SAMPLE_LIB_BUILD_NUMBER 8 /*!< Development Build: Number of commits since baseline */
3636
#define SAMPLE_LIB_BUILD_BASELINE \
3737
"v1.2.0-rc1" /*!< Development Build: git tag that is the base for the current development */
3838

0 commit comments

Comments
 (0)