Skip to content

Commit a73df59

Browse files
committed
Bump to v1.3.0-rc4+dev16
IC: Caelum-rc4+dev7, nasa/cFS#445
1 parent dfe8c50 commit a73df59

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff 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

Diff for: fsw/src/sample_app_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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

0 commit comments

Comments
 (0)