Skip to content

Commit

Permalink
Bump to v7.0.0-rc4+dev70
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Feb 3, 2022
1 parent 0658689 commit a022e0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob

## Changelog

### Development Build: v7.0.0-rc4+dev70

- Improve CFE_SB_IsValidMsgId handler
- Update CodeQL workflow
- Replace CFE_SB_ValueToMsgId(0) with CFE_SB_INVALID_MSG_ID
- See <https://github.com/nasa/cFE/pull/2043> and <https://github.com/nasa/cFS/pull/414>


### Development Build: v7.0.0-rc4+dev60

- Add CFE_ES_AppInfo_t element documentation
Expand Down
2 changes: 1 addition & 1 deletion modules/core_api/fsw/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 60 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_NUMBER 70 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */

/* Version Macro Definitions updated for official releases only */
Expand Down

0 comments on commit a022e0f

Please sign in to comment.