diff --git a/README.md b/README.md index 48ca73e69..213f95c7e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ The detailed cFE user's guide can be viewed at and + ### Development Build: v6.8.0-rc1+dev575 - Removes broken travis-ci script @@ -21,7 +28,7 @@ a default handler routine. - [docs] Adds documentation and comments about how the configuration facility works and where to find information on the complete set of options available - Updates the configuration files in "sample_defs" to reflect only those parameters that are set to a non-default value along with information about why the configurable item is changed. - Removes --quiet option so files checked go to stdout - +- See and ### Development Build: v6.8.0-rc1+dev559 diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index 16fe258cf..f91fed482 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 575 /*!< Development Build: Number of commits since baseline */ +#define CFE_BUILD_NUMBER 580 /*!< 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 \ */