|
29 | 29 | /* |
30 | 30 | * Development Build Macro Definitions |
31 | 31 | */ |
32 | | -#define CFE_TS_CRC_BUILD_NUMBER 28 /*!< @brief Number of commits since baseline */ |
33 | | -#define CFE_TS_CRC_BUILD_BASELINE \ |
34 | | - "v1.3.0-rc4+dev" /*!< @brief Development Build: git tag that is the base for the current */ |
| 32 | +#define CFE_TS_CRC_BUILD_NUMBER 2 /*!< @brief Number of commits since baseline */ |
| 33 | +#define CFE_TS_CRC_BUILD_BASELINE "equuleus-rc1" /*!< @brief Development Build: git tag that is the base for the current */ |
| 34 | +#define CFE_TS_CRC_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */ |
| 35 | +#define CFE_TS_CRC_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */ |
35 | 36 |
|
36 | 37 | /* |
37 | 38 | * Version Macros, see \ref cfsversions for definitions. |
38 | 39 | */ |
39 | 40 | #define CFE_TS_CRC_MAJOR_VERSION 1 /*!< @brief Major version number */ |
40 | 41 | #define CFE_TS_CRC_MINOR_VERSION 1 /*!< @brief Minor version number */ |
41 | | -#define CFE_TS_CRC_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/ |
| 42 | +#define CFE_TS_CRC_REVISION 0 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ |
| 43 | + |
| 44 | +/** |
| 45 | + * @brief Last official release. |
| 46 | + */ |
| 47 | +#define CFE_TS_CRC_LAST_OFFICIAL "v3.1.0" |
42 | 48 |
|
43 | 49 | /*! |
44 | 50 | * @brief Mission revision. |
|
62 | 68 | */ |
63 | 69 | #define CFE_TS_CRC_VERSION CFE_TS_CRC_BUILD_BASELINE CFE_TS_CRC_STR(CFE_TS_CRC_BUILD_NUMBER) |
64 | 70 |
|
65 | | -/*! @brief Development Build Version String. |
66 | | - * @details Reports the current development build's baseline, number, and name. Also includes a note about the latest |
67 | | - * official version. @n See @ref cfsversions for format differences between development and release versions. |
| 71 | +/** |
| 72 | + * @brief Max Version String length. |
| 73 | + * |
| 74 | + * Maximum length that a tblCRCTool version string can be. |
| 75 | + * |
68 | 76 | */ |
69 | | -#define CFE_TS_CRC_VERSION_STRING \ |
70 | | - " cFE TS CRC calculator (tblCRCtool) \n" \ |
71 | | - " DEVELOPMENT BUILD \n" \ |
72 | | - " " CFE_TS_CRC_VERSION " \n" \ |
73 | | - " Last Official Release: tblCRCtool v3.1.0" /* For full support please use official release version */ |
| 77 | +#define CFE_TS_CRC_CFG_MAX_VERSION_STR_LEN 256 |
74 | 78 |
|
75 | 79 | #endif /* CFE_TS_CRC_VERSION_H */ |
0 commit comments