From b31aafc0e19ae5423c39939dd61f44fdf2ad3135 Mon Sep 17 00:00:00 2001 From: astrogeco <59618057+astrogeco@users.noreply.github.com> Date: Tue, 6 Oct 2020 10:35:01 -0400 Subject: [PATCH] Update ReadMe and set version to v6.8.0-rc1+dev109 --- README.md | 13 +++++++++++++ fsw/cfe-core/src/inc/cfe_version.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b90458b41..a439f2c48 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,24 @@ The detailed cFE user's guide can be viewed at + ### Development Build: 6.8.0-rc1+dev109 + - Add a new typedef `CFE_ES_ResourceID_t` that can replace `uint32` for all ID storage and manipulation. Initially this is just an alias to `uint32` for backward compatibility. - See ### Development Build: 6.8.0-rc1+dev105 + - Removes dependency on CCSDS version define. - Removes old name and id defines. - CFE_ES_CalculateCRC default stub behavior. diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index cf9b1b342..7ffe6c465 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 109 /*!< Development Build: Number of commits since baseline */ +#define CFE_BUILD_NUMBER 122 /*!< 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 */