Skip to content

Commit

Permalink
Update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Oct 25, 2019
1 parent 777f20a commit c3f799a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ This repository contains NASA's Core Flight Executive (cFE), which is a framewor

This is a collection of services and associated framework to be located in the `cfe` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS, which includes build and execution instructions.

## Release Notes
## Version Notes

- 6.7.1:
- Minor bug fixes: https://github.com/nasa/cFE/pull/378
- Fix strlen in CFE_ES_TaskInit https://github.com/nasa/cFE/pull/23
- 6.7.0: RELEASE CANDIDATE
- In build verification testing to be considered for official release
- Release documentation in work
Expand Down
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
*/
#define CFE_MAJOR_VERSION 6
#define CFE_MINOR_VERSION 7
#define CFE_REVISION 0
#define CFE_REVISION 1


#endif /* _cfe_version_ */
Expand Down

0 comments on commit c3f799a

Please sign in to comment.