Skip to content

Commit fd5058c

Browse files
author
Gerardo E. Cruz-Ortiz
committed
Increase version to v1.1.0+dev27 and update README
Format "development build" string portion as ALL CAPS for readability
1 parent aaa1917 commit fd5058c

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,35 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a
88

99
## Version History
1010

11-
#### Development Build: 1.1.4
11+
### Development Build: 1.1.0+dev27
12+
13+
- Install unit test as part of cmake recipe. Sample lib test runner now shows up in expected install directory
14+
- Add build number and baseline to version reporting
15+
- See <https://github.com/nasa/sample_lib/pull/28>
16+
17+
### Development Build: 1.1.4
1218

1319
- Apply code style
14-
- See https://github.com/nasa/sample_lib/pull/24
20+
- See <https://github.com/nasa/sample_lib/pull/24>
1521

16-
#### Development Build: 1.1.3
22+
### Development Build: 1.1.3
1723

1824
- Coverage data `make lcov` includes the sample_lib code
19-
- See https://github.com/nasa/sample_lib/pull/22 for more details
25+
- See <https://github.com/nasa/sample_lib/pull/22>
2026

21-
#### Development Build: 1.1.2
27+
### Development Build: 1.1.2
2228

2329
- Added coverage test and a stub library to facilitate unit test
24-
- Minor updates (see https://github.com/nasa/sample_lib/pull/16)
30+
- See <https://github.com/nasa/sample_lib/pull/16>
2531

26-
#### Development Build: 1.1.1
32+
### Development Build: 1.1.1
2733

28-
- Minor updates (see https://github.com/nasa/sample_lib/pull/14)
34+
- See <https://github.com/nasa/sample_lib/pull/14>
2935

3036
### ***OFFICIAL RELEASE: 1.1.0 - Aquila***
3137

32-
- Minor updates (see https://github.com/nasa/sample_lib/pull/6)
3338
- Released as part of cFE 6.7.0, Apache 2.0
39+
- See <https://github.com/nasa/sample_lib/pull/6>
3440

3541
### ***OFFICIAL RELEASE: 1.0.0a***
3642

fsw/src/sample_lib_version.h

+2-2
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 26 /*!< Development Build: Number of commits since baseline */
35+
#define SAMPLE_LIB_BUILD_NUMBER 27 /*!< Development Build: Number of commits since baseline */
3636
#define SAMPLE_LIB_BUILD_BASELINE "v1.1.0" /*!< Development Build: git tag that is the base for the current development */
3737

3838
/* Version Macro Definitions */
@@ -56,7 +56,7 @@
5656
* See @ref cfsversions for format differences between development and release versions.
5757
*/
5858
#define SAMPLE_LIB_VERSION_STRING \
59-
" Sample Lib Development Build " \
59+
" Sample Lib DEVELOPMENT BUILD " \
6060
SAMPLE_LIB_VERSION \
6161
", Last Official Release: v1.1.0" /* For full support please use this version */
6262

0 commit comments

Comments
 (0)