From 0a56ea60e33b07e7ba4d6719901f349859d0bebf Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 10 Apr 2023 07:37:25 -0400 Subject: [PATCH] Bump to v2.5.0-rc4+dev41 --- CHANGELOG.md | 4 ++++ fsw/src/to_lab_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fcbee..bda3f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: v2.5.0-rc4+dev41 +- update cmake recipe +- See + ## Development Build: v2.5.0-rc4+dev35 - Adds format changes in to_lab_app.c - See diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index 361ce93..74dff51 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -24,7 +24,7 @@ #define TO_LAB_VERSION_H /* Development Build Macro Definitions */ -#define TO_LAB_BUILD_NUMBER 35 /*!< Development Build: Number of commits since baseline */ +#define TO_LAB_BUILD_NUMBER 41 /*!< Development Build: Number of commits since baseline */ #define TO_LAB_BUILD_BASELINE \ "v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */