From bb6c4fd0dbb707114444f9e0f2d894d2a0e76a49 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 13 Nov 2023 11:45:51 -0500 Subject: [PATCH] Updating documentation and version numbers for v1.3.0-rc4+dev65 --- CHANGELOG.md | 6 ++++++ fsw/src/sample_app_version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59533b..4b16d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Development Build: 1.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 +- See , , and + ## Development Build: v1.3.0-rc4+dev56 - Apply consistent Event ID names to common events - Remove component-specific cFE header #includes diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index b29b42d..4498804 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 56 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 65 /*!< 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 */