diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index 660fe16..78fcd7f 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -29,7 +29,7 @@ #define SAMPLE_LIB_BUILD_NUMBER 0 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_LIB_BUILD_BASELINE \ "v7.0.0" /*!< Development Build: git tag that is the base for the current development */ -#define SAMPLE_LIB_BUILD_DEV_CYCLE "v7.0.0" /**< @brief Development: Release name for current development cycle */ +#define SAMPLE_LIB_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */ #define SAMPLE_LIB_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */ /* @@ -37,12 +37,12 @@ */ #define SAMPLE_LIB_MAJOR_VERSION 7 /*!< @brief Major version number */ #define SAMPLE_LIB_MINOR_VERSION 0 /*!< @brief Minor version number */ -#define SAMPLE_LIB_REVISION 0 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ +#define SAMPLE_LIB_REVISION 1 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ /** * @brief Last official release. */ -#define SAMPLE_LIB_LAST_OFFICIAL "v7.0.0" +#define SAMPLE_LIB_LAST_OFFICIAL "v7.0.1" /*! * @brief Mission revision.