diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b16d91..f444e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## Development Build: 1.3.0-rc4+dev65 +## Development Build: v1.3.0-rc4+dev69 +- define msgids via topicids +- See + +## Development Build: v1.3.0-rc4+dev65 - bring sample_app fully into compliance - Rename CommandCode variable to FcnCode - Add check for success of CFE_TBL_Load() during Initialization diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index 4498804..be86775 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -27,7 +27,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_APP_BUILD_NUMBER 65 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 69 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_APP_BUILD_BASELINE \ "v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */