Skip to content

Commit de7a6ad

Browse files
committed
Bump to v1.2.0-rc1+dev18 and update ReadMe
1 parent cd661de commit de7a6ad

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ sample_app is an example for how to build and link an application in cFS. See al
88

99
## Version History
1010

11+
### Development Build: 1.2.0-rc1+dev18
12+
13+
- No behavior changes. All identifiers now use the prefix `SAMPLE_APP_`. Changes the name of the main function from SAMPLE_AppMain to SAMPLE_APP_Main which affects the CFE startup script.
14+
- Set REVISION to "99" to indicate development version status
15+
- See <https://github.com/nasa/sample_app/pull/102>
16+
1117
### Development Build: 1.2.0-rc1+dev13
1218

1319
- Unit test MID string format now 32bit
@@ -35,7 +41,7 @@ sample_app is an example for how to build and link an application in cFS. See al
3541
### Development Build: 1.1.10
3642

3743
- Test cases now compare an expected event string with a string derived from the spec string and arguments that were output by the unit under test.
38-
- Replace references to `ccsds.h` types with the `cfe_sb.h`-provided type.
44+
- Replace references to `ccsds.h` types with the `cfe_sb.h`-provided type.
3945
- See <https://github.com/nasa/sample_app/pull/71>
4046

4147
### Development Build: 1.1.9

fsw/src/sample_app_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_APP_BUILD_NUMBER 13 /*!< Development Build: Number of commits since baseline */
35+
#define SAMPLE_APP_BUILD_NUMBER 18 /*!< Development Build: Number of commits since baseline */
3636
#define SAMPLE_APP_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)