From 3e60d950370423968744c198c4f10cd2d2252750 Mon Sep 17 00:00:00 2001 From: Jake Hageman Date: Sat, 30 Nov 2019 14:11:41 -0500 Subject: [PATCH] Update version and README --- README.md | 10 ++++++---- fsw/cfe-core/src/inc/cfe_version.h | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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_ */