From 8365a0c69b810e313afe0fe19cdc8987374621e3 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Tue, 5 May 2020 14:05:34 -0400 Subject: [PATCH] Increase version to 6.7.16 for fast track changes. Update Readme --- README.md | 5 +++++ fsw/cfe-core/src/inc/cfe_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09962d7cf..84f86273c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ This is a collection of services and associated framework to be located in the ` ## Version History +#### Development Build: 6.7.16 + +- Users must now select OSAL options via the CMake file in their defs directory, rather than the osconfig.h file. +- See https://github.com/nasa/cFE/pull/672 for more details + #### Development Build: 6.7.15 - Upon power on reset, default system log mode set to overwrite. Upon processor reset, default system log mode set to discard. diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index d4aed9d13..cece97638 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 15 +#define CFE_REVISION 16 #endif /* _cfe_version_ */