From 175b29b5527af98b3e0119d00732d8a83137ea81 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 5 Dec 2023 10:29:28 -0500 Subject: [PATCH] Updating documentation and version numbers for v7.0.0-rc4+dev424 --- CHANGELOG.md | 8 ++++++++ modules/core_api/fsw/inc/cfe_version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ac3cefa..7c206f34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Development Build: v7.0.0-rc4+dev424 +- Add perfid limit info to ES docstring +- TBL UT update for OSAL/CFE path length mismatch +- add multi threaded SB perf tests +- message integrity API +- change workflow to use output on failure option +- See , , , , and + ## Development Build: v7.0.0-rc4+dev411 - rename reference table - Remove nonexist reference for perf tool diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index 39a53331e..f8fafa244 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 411 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */ +#define CFE_BUILD_NUMBER 424 /**< @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 */