From 1c82c40386993e21234824382b0622deb98076ae Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 12 May 2026 15:02:56 -0400 Subject: [PATCH] Part #686, Update version numbers for v7.0.1 --- fsw/src/sch_lab_version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fsw/src/sch_lab_version.h b/fsw/src/sch_lab_version.h index 8175641..98f51b1 100644 --- a/fsw/src/sch_lab_version.h +++ b/fsw/src/sch_lab_version.h @@ -26,8 +26,8 @@ /* Development Build Macro Definitions */ #define SCH_LAB_BUILD_NUMBER 0 /*!< Development Build: Number of commits since baseline */ -#define SCH_LAB_BUILD_BASELINE "v7.0.0" /*!< Development Build: git tag that is the base for current development */ -#define SCH_LAB_BUILD_DEV_CYCLE "v7.0.0" /**< @brief Development: Release name for current development cycle */ +#define SCH_LAB_BUILD_BASELINE "v7.0.1" /*!< Development Build: git tag that is the base for current development */ +#define SCH_LAB_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */ #define SCH_LAB_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */ /* @@ -35,12 +35,12 @@ */ #define SCH_LAB_MAJOR_VERSION 7 /*!< @brief Major version number */ #define SCH_LAB_MINOR_VERSION 0 /*!< @brief Minor version number */ -#define SCH_LAB_REVISION 0 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ +#define SCH_LAB_REVISION 1 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ /** * @brief Last official release. */ -#define SCH_LAB_LAST_OFFICIAL "v7.0.0" +#define SCH_LAB_LAST_OFFICIAL "v7.0.1" /*! * @brief Mission revision.