diff --git a/README.md b/README.md index aebe86b..788c84e 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:dev35 +- Remove unnecessary parentheses around return values. +- See + ### Development Build: v2.5.0-rc4+dev31 - Update cmake mimimum required to something more recent - See diff --git a/fsw/src/sch_lab_version.h b/fsw/src/sch_lab_version.h index 1075cac..97f0a0a 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 31 /*!< Development Build: Number of commits since baseline */ +#define SCH_LAB_BUILD_NUMBER 35 /*!< 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 */