File tree 2 files changed +6
-1
lines changed
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
11
11
12
12
## Version History
13
13
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 >
14
19
### Development Build: v1.3.0-rc4+dev9
15
20
16
21
- Use preferred UT patterns
Original file line number Diff line number Diff line change 27
27
28
28
/* Development Build Macro Definitions */
29
29
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 */
31
31
#define SAMPLE_APP_BUILD_BASELINE \
32
32
"v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */
33
33
You can’t perform that action at this time.
0 commit comments