diff --git a/CHANGELOG.md b/CHANGELOG.md index 300b0aa03..3ce8c38fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Development Build: v7.0.0-rc4+dev384 +- Uninitialized PktTime in EVS_SendViaPorts +- Uninitialized ExceptionTaskID in CFE_ES_RunExceptionScan +- implement SB bulk transfer test +- TriggerMode unsigned compare with 0 +- Fixes errors in IC Bundle workflow file +- See: , , , , and + ## Development Build: v7.0.0-rc4+dev370 - 'Fix #2430, reinstate example header files.' - See: diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index 4052751d4..25dea4790 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 370 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */ +#define CFE_BUILD_NUMBER 384 /**< @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 */