From 605d98c2c4e2085516e92aab005a9594cc7f22dd Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 23 Oct 2023 08:21:09 -0400 Subject: [PATCH] Updating documentation and version numbers for v7.0.0-rc4+dev405 --- CHANGELOG.md | 8 ++++++-- modules/core_api/fsw/inc/cfe_version.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04907629a..588758355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## Development Build:v7.0.0-rc4+dev401 +## Development Build: v7.0.0-rc4+dev405 +- add code coverage for null check +- See + +## Development Build: v7.0.0-rc4+dev401 - minor reorg of message headers - See -## Development Build:v7.0.0-rc4+dev395 +## Development Build: v7.0.0-rc4+dev395 - Adds an empty string or null pointer check for pipe creation - crc calculation refactor - See and diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index abafa7542..584b8d417 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 401 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */ +#define CFE_BUILD_NUMBER 405 /**< @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 */