diff --git a/README.md b/README.md index 0059dd039..a17f66ba0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ The detailed cFE user's guide can be viewed at and + ### Development Build: v6.8.0-rc1+dev994 - Update directory diagrams in cFE Application Developers Guide @@ -580,7 +594,6 @@ of the OSAL limit. Task name shows up as `ES_BG_TASK` - Updates variable checks in read_targetconfig - See - ### Development Build: v6.8.0-rc1+dev91 - Sets Revision to 99 for development build. diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index 37f9f7ff6..028cd667f 100644 --- a/modules/core_api/fsw/inc/cfe_version.h +++ b/modules/core_api/fsw/inc/cfe_version.h @@ -28,7 +28,7 @@ #define CFE_VERSION_H /* Development Build Macro Definitions */ -#define CFE_BUILD_NUMBER 994 /**< @brief Development: Number of development commits since baseline */ +#define CFE_BUILD_NUMBER 1022 /**< @brief Development: Number of development commits since baseline */ #define CFE_BUILD_BASELINE "v6.8.0-rc1" /**< @brief Development: Reference git tag for build number */ /* Version Macro Definitions updated for official releases only */