diff --git a/README.md b/README.md index 30361818d..1c4e33567 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ This is a collection of services and associated framework to be located in the ` ## Version Notes -- 6.7.2: - - Minor bugs and enhancements: https://github.com/nasa/cFE/pull/388 -- 6.7.1: - - Minor bug fixes: https://github.com/nasa/cFE/pull/378 +- 6.7.3: DEVELOPMENT + - Minor updates (see https://github.com/nasa/cFE/pull/413) +- 6.7.2: DEVELOPMENT + - Minor bugs and enhancements (see https://github.com/nasa/cFE/pull/388) +- 6.7.1: DEVELOPMENT + - Minor bug fixes (see 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 diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index 443dcef00..f3ebd4c40 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 2 +#define CFE_REVISION 3 #endif /* _cfe_version_ */