Skip to content

Commit

Permalink
Bump to v7.0.0-rc4+dev60
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jan 21, 2022
1 parent 47d613c commit b4fb004
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,20 @@ This is a collection of services and associated framework to be located in the `

The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob/gh-pages/cFE_Users_Guide.pdf>.

## Version History
## Changelog

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

- Add CFE_ES_AppInfo_t element documentation
- Add FS Functional test
- Fix mismatched foreach in cmake function
- Improved code highlighting in cFE Application Developers Guide
- CFE_FS_ParseInputFileNameEx avoid uninit var
- Fix array length calculation for perf structs
- Limit SBR UT loops
- Initialize BlockData in ES UT
- Fix `osal_id_t` type conversion in `es_UT.c`
- See <https://github.com/nasa/cFE/pull/2019> and <https://github.com/nasa/cFS/pull/410>

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

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 39 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_NUMBER 60 /**< @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 b4fb004

Please sign in to comment.