From f2219111962e268a82ab46b67567e44051c6b915 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Tue, 26 Jan 2021 19:07:39 -0500 Subject: [PATCH] Bump to v6.8.0-rc1+dev290 Update ReadMe --- README.md | 34 ++++++++++++++++++++++++++++++ fsw/cfe-core/src/inc/cfe_version.h | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) 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 */