Skip to content

Commit

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

## Changelog

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

- use correct loop var in add_cfe_app_dependency
- Automatic suppression of flooding events
- Remove stray TODO in UT
- See <https://github.com/nasa/cFE/pull/2129>, <https://github.com/nasa/cFE/pull/2117>, and <https://github.com/nasa/cFE/pull/2126>

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

- remove commented out code
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 @@ -26,7 +26,7 @@
#define CFE_VERSION_H

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

/* See \ref cfsversions for definitions */
Expand Down

0 comments on commit 191a495

Please sign in to comment.