Skip to content

Commit 1be4922

Browse files
committed
Update build baseline and bump to v2.5.0-rc4+dev4
- Set build basline to cFS-Caelum-rc4 tag: v2.5.0-rc4
1 parent 73cac89 commit 1be4922

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
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+dev4
17+
18+
- Use CFE_MSG_PTR conversion macro
19+
- See <https://github.com/nasa/to_lab/pull/112> and <https://github.com/nasa/cFS/pull/390>
20+
1621
### Development Build: v2.4.0-rc1+dev58
1722

1823
- Apply CFE_SB_ValueToMsgId where required

fsw/src/to_lab_version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/************************************************************************
1+
4/************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.7"
3+
** GSC-18128-1, "Core Flight Executive Versi5n 4.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.
@@ -30,9 +30,9 @@
3030
*/
3131

3232
/* Development Build Macro Definitions */
33-
#define TO_LAB_BUILD_NUMBER 58 /*!< Development Build: Number of commits since baseline */
33+
#define TO_LAB_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */
3434
#define TO_LAB_BUILD_BASELINE \
35-
"v2.4.0-rc1" /*!< Development Build: git tag that is the base for the current development */
35+
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */
3636

3737
/* Version Macro Definitions */
3838

0 commit comments

Comments
 (0)