From c0d4e971afb9e2b45767620438754b0d1deb64a7 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 12 May 2026 15:02:53 -0400 Subject: [PATCH] Part #686, Update version numbers for v7.0.1 --- fsw/src/sample_app_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index 7236846..67f2e8b 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -30,7 +30,7 @@ #define SAMPLE_APP_BUILD_NUMBER 0 #define SAMPLE_APP_BUILD_BASELINE \ "v7.0.0" /*!< Development Build: git tag that is the base for the current development */ -#define SAMPLE_APP_BUILD_DEV_CYCLE "v7.0.0" /**< @brief Development: Release name for current development cycle */ +#define SAMPLE_APP_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */ #define SAMPLE_APP_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */ /* @@ -38,12 +38,12 @@ */ #define SAMPLE_APP_MAJOR_VERSION 7 /*!< @brief Major version number. */ #define SAMPLE_APP_MINOR_VERSION 0 /*!< @brief Minor version number. */ -#define SAMPLE_APP_REVISION 0 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ +#define SAMPLE_APP_REVISION 1 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ /** * @brief Last official release. */ -#define SAMPLE_APP_LAST_OFFICIAL "v7.0.0" +#define SAMPLE_APP_LAST_OFFICIAL "v7.0.1" /*! * @brief Mission revision.