From 512833ebecc331c1016290e1ad23bdeda53324bc Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 7 Jul 2022 09:55:31 -0400 Subject: [PATCH] Bump to v2.5.0-rc4+dev31 --- README.md | 4 ++++ fsw/src/sch_lab_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bab691..aebe86b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ To change the list of packets that sch_lab sends out, edit the schedule table lo ## Version History +### Development Build: v2.5.0-rc4+dev31 +- Update cmake mimimum required to something more recent +- See + ### Development Build: v2.5.0-rc4+dev29 - Resolve uninit var static analysis warnings diff --git a/fsw/src/sch_lab_version.h b/fsw/src/sch_lab_version.h index 67a95d7..1075cac 100644 --- a/fsw/src/sch_lab_version.h +++ b/fsw/src/sch_lab_version.h @@ -25,7 +25,7 @@ */ /* Development Build Macro Definitions */ -#define SCH_LAB_BUILD_NUMBER 29 /*!< Development Build: Number of commits since baseline */ +#define SCH_LAB_BUILD_NUMBER 31 /*!< Development Build: Number of commits since baseline */ #define SCH_LAB_BUILD_BASELINE \ "v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */