File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ 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+dev16
15+
16+ - Update copyright headers
17+ - Standardize version information
18+ - See < https://github.com/nasa/sample_app/pull/171 > and < https://github.com/nasa/cFS/pull/445 >
1419### Development Build: v1.3.0-rc4+dev9
1520
1621- Use preferred UT patterns
Original file line number Diff line number Diff line change 2727
2828/* Development Build Macro Definitions */
2929
30- #define SAMPLE_APP_BUILD_NUMBER 9 /*!< Development Build: Number of commits since baseline */
30+ #define SAMPLE_APP_BUILD_NUMBER 16 /*!< Development Build: Number of commits since baseline */
3131#define SAMPLE_APP_BUILD_BASELINE \
3232 "v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */
3333
You can’t perform that action at this time.
0 commit comments