Skip to content

Commit 5c54f77

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

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ 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+
- Set new baseline for cFS-Caelum-rc4: v2.5.0-rc4
20+
- See <https://github.com/nasa/to_lab/pull/112> and <https://github.com/nasa/cFS/pull/390>
21+
1622
### Development Build: v2.4.0-rc1+dev58
1723

1824
- Apply CFE_SB_ValueToMsgId where required

fsw/src/to_lab_version.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
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.
@@ -19,6 +19,7 @@
1919
** limitations under the License.
2020
**
2121
*************************************************************************/
22+
2223
#ifndef TO_LAB_VERSION_H
2324
#define TO_LAB_VERSION_H
2425

@@ -30,9 +31,9 @@
3031
*/
3132

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

3738
/* Version Macro Definitions */
3839

0 commit comments

Comments
 (0)