From baed83d19b3d4da8c51dd86d97e27785ba904a5c Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 13 Nov 2023 13:27:58 -0500 Subject: [PATCH] Updating documentation and version numbers for v2.5.0-rc4+dev69 --- CHANGELOG.md | 5 +++++ fsw/src/ci_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2895d28..fd706b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Development Build: v2.5.0-rc4+dev69 +- add decode hooks +- Add version information to NOOP event +- See and + ## Development Build: v2.5.0-rc4+dev51 - reorganize source files - See diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index c242a62..cd7e58e 100644 --- a/fsw/src/ci_lab_version.h +++ b/fsw/src/ci_lab_version.h @@ -25,7 +25,7 @@ /* Development Build Macro Definitions */ -#define CI_LAB_BUILD_NUMBER 51 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 69 /*!< Development Build: Number of commits since baseline */ #define CI_LAB_BUILD_BASELINE \ "v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */