File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ sample_app is an example for how to build and link an application in cFS. See al
1111
1212## Version History
1313
14+ ### Development Build: v1.3.0-rc4+dev4
15+
16+ - Use CFE_MSG_PTR conversion macro
17+ - Update baseline for cFS-Caelum-rc4 to v1.3.0-rc4
18+ - See < https://github.com/nasa/sample_app/pull/163 > and < https://github.com/nasa/cFS/pull/390 >
19+
1420### Development Build: v1.2.0-rc1+dev73
1521
1622- Apply CFE_SB_ValueToMsgId where required
Original file line number Diff line number Diff line change 3131
3232/* Development Build Macro Definitions */
3333
34- #define SAMPLE_APP_BUILD_NUMBER 73 /*!< Development Build: Number of commits since baseline */
34+ #define SAMPLE_APP_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */
3535#define SAMPLE_APP_BUILD_BASELINE \
36- "v1.2 .0-rc1 " /*!< Development Build: git tag that is the base for the current development */
36+ "v1.3 .0-rc4 " /*!< Development Build: git tag that is the base for the current development */
3737
3838/* Version Macro Definitions */
3939
You can’t perform that action at this time.
0 commit comments