diff --git a/README.md b/README.md index 3f38113a4..baad5e009 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ The detailed cFE user's guide can be viewed at + ### Development Build: v6.8.0-rc1+dev402 - HOTFIX 20210312, updates to work with older CMake diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index 29de9ac86..ccd34295d 100644 --- a/modules/core_api/fsw/inc/cfe_version.h +++ b/modules/core_api/fsw/inc/cfe_version.h @@ -32,7 +32,7 @@ */ /* Development Build Macro Definitions */ -#define CFE_BUILD_NUMBER 402 /*!< Development Build: Number of commits since baseline */ +#define CFE_BUILD_NUMBER 412 /*!< 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 \ */