From 6b08d7ddd051c7820766dfd992716a0b27bec036 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Tue, 21 Sep 2021 21:52:32 -0400 Subject: [PATCH] IC:2021-09-21, Bump to v2.4.0-rc1+dev58 --- README.md | 5 +++++ fsw/src/to_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef44e89..91342f7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ To send telemetry to the "ground" or UDP/IP port, edit the subscription table in ## Version History +### Development Build: v2.4.0-rc1+dev58 + +- Apply CFE_SB_ValueToMsgId where required +- See and + ### Development Build: v2.4.0-rc1+dev49 - Implement Coding Standard in CodeQL workflow diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index d59d163..66a526e 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -30,7 +30,7 @@ */ /* Development Build Macro Definitions */ -#define TO_LAB_BUILD_NUMBER 49 /*!< Development Build: Number of commits since baseline */ +#define TO_LAB_BUILD_NUMBER 58 /*!< Development Build: Number of commits since baseline */ #define TO_LAB_BUILD_BASELINE \ "v2.4.0-rc1" /*!< Development Build: git tag that is the base for the current development */