diff --git a/README.md b/README.md index 4c923550b..e077aaa54 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,27 @@ The detailed cFE user's guide can be viewed at and + + ### Development Build: v6.8.0-rc1+dev509 - Separates the list of CFE core interface modules (e.g. core_api) from the list of CFE core implementation modules (e.g. msg). This allows the content of core_api to be expanded to locally include any additional modules the user has added to cFE core via the `MISSION_CORE_MODULES` list. diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index 1909939db..0f02cf719 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 509 /*!< Development Build: Number of commits since baseline */ +#define CFE_BUILD_NUMBER 540 /*!< Development Build: Number of commits since baseline */ #define CFE_BUILD_BASELINE \ "v6.8.0-rc1" /*!< Development Build: git tag that is the base for the current development \ */