diff --git a/README.md b/README.md index baad5e009..fc7e8f1ec 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ The detailed cFE user's guide can be viewed at with " in local #includes +- Adds CONTRIBUING.md that links to the main cFS contributing guide. +- See + ### Development Build: v6.8.0-rc1+dev412 - Apply standard code style and format diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index ccd34295d..bd9d3fbd8 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 412 /*!< Development Build: Number of commits since baseline */ +#define CFE_BUILD_NUMBER 436 /*!< 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 \ */