diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index 78fcd7f..f843d24 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -26,7 +26,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_LIB_BUILD_NUMBER 0 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_LIB_BUILD_NUMBER 1 /*!< 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.1" /**< @brief Development: Release name for current development cycle */ @@ -58,7 +58,7 @@ * Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for * cFS open-source development use (pending resolution of nasa/cFS#440) */ -#define SAMPLE_LIB_MISSION_REV 0x0 +#define SAMPLE_LIB_MISSION_REV 0xFF #define SAMPLE_LIB_STR_HELPER(x) #x /*!< @brief Helper function to concatenate strings from integer macros */ #define SAMPLE_LIB_STR(x) \