Skip to content

Commit 5909691

Browse files
committed
Bump to v2.5.0-rc4+dev9
Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #114 - Apply header guard standard
1 parent 593aae9 commit 5909691

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ To send telemetry to the "ground" or UDP/IP port, edit the subscription table in
1313

1414
## Version History
1515

16+
### Development Build: v2.5.0-rc4+dev9
17+
18+
- Apply header guard standard
19+
- See <https://github.com/nasa/cFS/pull/432>
20+
1621
### Development Build: v2.5.0-rc4+dev4
1722

1823
- Use CFE_MSG_PTR conversion macro

fsw/src/to_lab_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define TO_LAB_VERSION_H
2929

3030
/* Development Build Macro Definitions */
31-
#define TO_LAB_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */
31+
#define TO_LAB_BUILD_NUMBER 9 /*!< Development Build: Number of commits since baseline */
3232
#define TO_LAB_BUILD_BASELINE \
3333
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */
3434

0 commit comments

Comments
 (0)