From 0186dcf11f5a47753ee5d0c80fa3fa7a771694ba Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 25 Aug 2022 16:31:52 -0400 Subject: [PATCH] Bump to v7.0.0-rc4+dev167 --- README.md | 4 ++++ modules/core_api/fsw/inc/cfe_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e59077e7c..31e32cc0f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The detailed cFE user's guide can be viewed at + ### Development Build: v7.0.0-rc4+dev163 - Increase event burst credit to not squelch at startup in CI - Grammatical/format updates to EVS flooding requirements diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index db5566d02..6256515d4 100644 --- a/modules/core_api/fsw/inc/cfe_version.h +++ b/modules/core_api/fsw/inc/cfe_version.h @@ -26,7 +26,7 @@ #define CFE_VERSION_H /* Development Build Macro Definitions */ -#define CFE_BUILD_NUMBER 163 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */ +#define CFE_BUILD_NUMBER 167 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */ #define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */ /* See \ref cfsversions for definitions */