|
1 | 1 | /************************************************************************ |
2 | | - * NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” |
| 2 | + * NASA Docket No. GSC-19,200-1, and identified as "cFS Draco" |
3 | 3 | * |
4 | | - * Copyright (c) 2020 United States Government as represented by the |
| 4 | + * Copyright (c) 2023 United States Government as represented by the |
5 | 5 | * Administrator of the National Aeronautics and Space Administration. |
6 | 6 | * All Rights Reserved. |
7 | 7 | * |
|
29 | 29 | /* |
30 | 30 | * Development Build Macro Definitions |
31 | 31 | */ |
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 */ |
| 32 | +#define CFE_TS_CRC_BUILD_NUMBER 0 /*!< @brief Number of commits since baseline */ |
| 33 | +#define CFE_TS_CRC_BUILD_BASELINE "v7.0.0" /*!< @brief Development Build: git tag that is the base for the current */ |
| 34 | +#define CFE_TS_CRC_BUILD_DEV_CYCLE "v7.0.0" /**< @brief Development: Release name for current development cycle */ |
| 35 | +#define CFE_TS_CRC_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */ |
36 | 36 |
|
37 | 37 | /* |
38 | 38 | * Version Macros, see \ref cfsversions for definitions. |
39 | 39 | */ |
40 | | -#define CFE_TS_CRC_MAJOR_VERSION 1 /*!< @brief Major version number */ |
41 | | -#define CFE_TS_CRC_MINOR_VERSION 1 /*!< @brief Minor version number */ |
| 40 | +#define CFE_TS_CRC_MAJOR_VERSION 7 /*!< @brief Major version number */ |
| 41 | +#define CFE_TS_CRC_MINOR_VERSION 0 /*!< @brief Minor version number */ |
42 | 42 | #define CFE_TS_CRC_REVISION 0 /*!< @brief Revision version number. Value of 0 indicates a development version.*/ |
43 | 43 |
|
44 | 44 | /** |
45 | 45 | * @brief Last official release. |
46 | 46 | */ |
47 | | -#define CFE_TS_CRC_LAST_OFFICIAL "v3.1.0" |
| 47 | +#define CFE_TS_CRC_LAST_OFFICIAL "v7.0.0" |
48 | 48 |
|
49 | 49 | /*! |
50 | 50 | * @brief Mission revision. |
|
53 | 53 | * Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for |
54 | 54 | * cFS open-source development use (pending resolution of nasa/cFS#440) |
55 | 55 | */ |
56 | | -#define CFE_TS_CRC_MISSION_REV 0xFF |
| 56 | +#define CFE_TS_CRC_MISSION_REV 0x0 |
57 | 57 |
|
58 | 58 | /* |
59 | 59 | * Tools to construct version string |
|
0 commit comments