From 5d9e5fecf6f1a4574cf9ae4394ba0507814e9925 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Wed, 24 Jun 2020 21:46:19 -0400 Subject: [PATCH] Increase version to 6.7.21 and update Readme --- README.md | 9 ++++++++- fsw/cfe-core/src/inc/cfe_version.h | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 574b25dc8..9d0a71685 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,16 @@ The detailed cFE user's guide can be viewed at + ### Development Build: 6.7.20 -- SB Unit use of the UT assert framework is closer to original design intent +- SB Unit use of the UT assert framework is closer to original design intent - See ### Development Build: 6.7.19 diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index b967be642..10844e7d0 100644 --- a/fsw/cfe-core/src/inc/cfe_version.h +++ b/fsw/cfe-core/src/inc/cfe_version.h @@ -95,7 +95,7 @@ */ #define CFE_MAJOR_VERSION 6 #define CFE_MINOR_VERSION 7 -#define CFE_REVISION 20 +#define CFE_REVISION 21 #endif /* _cfe_version_ */