From 7d3eca979efaf7880955b87ca746c0b77a31809b Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 30 Oct 2023 12:38:06 -0400 Subject: [PATCH] Bump to v2.5.0-rc4+dev51 --- CHANGELOG.md | 4 ++++ fsw/src/ci_lab_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f90b3..2895d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: v2.5.0-rc4+dev51 +- reorganize source files +- See + ## Development Build: v2.5.0-rc4+dev47 - Create Workflow for IC Bundle Generation - See diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index 0ff55d2..c242a62 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 47 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 51 /*!< 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 */