diff --git a/README.md b/README.md index 3d19f22e2..995bfe350 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,40 @@ The detailed cFE user's guide can be viewed at + ### Development Build: 6.8.0-rc1+dev248 - Replace `OS_FileSysStatVolume()` with`OS_fsBlocksFree()` which will be deprecated. This call reports the number of total blocks, not just the free blocks, making the check more accurate and removing the need for a workaround for desktop machines. diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index b27ec7c51..25efc5d72 100644 --- a/fsw/cfe-core/src/inc/cfe_version.h +++ b/fsw/cfe-core/src/inc/cfe_version.h @@ -35,7 +35,7 @@ /* Development Build Macro Definitions */ -#define CFE_BUILD_NUMBER 248 /*!< Development Build: Number of commits since baseline */ +#define CFE_BUILD_NUMBER 288 /*!< 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 */ /* Version Macro Definitions */