Skip to content

Commit 1bab534

Browse files
committed
Bump to v2.5.0-rc4+dev10
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #103 - Fix #102, Apply header guard standard
1 parent 94273c3 commit 1bab534

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac
1111

1212
## Version History
1313

14+
### Development Build: v2.5.0-rc4+dev10
15+
16+
- Apply header guard standard
17+
- See <https://github.com/nasa/cFS/pull/432>
18+
1419
### Development Build: v2.5.0-rc4+dev4
1520

1621
- Use CFE_MSG_PTR conversion macro

fsw/src/ci_lab_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/* Development Build Macro Definitions */
3131

32-
#define CI_LAB_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */
32+
#define CI_LAB_BUILD_NUMBER 10 /*!< Development Build: Number of commits since baseline */
3333
#define CI_LAB_BUILD_BASELINE \
3434
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */
3535

0 commit comments

Comments
 (0)