diff --git a/README.md b/README.md index ae15833d8..e8c07d2f3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index 9b24a4867..4c9e82f46 100644 --- a/fsw/cfe-core/src/inc/cfe_version.h +++ b/fsw/cfe-core/src/inc/cfe_version.h @@ -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_ */