Skip to content

Commit afcc424

Browse files
committed
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
Batch update of latest cFS software release Reflects commit 85d5fe8249035f0afa5f8e5adff5841d6b647765 from NASA internal development repo
1 parent 42de9c4 commit afcc424

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

cfe_ts_crc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/************************************************************************
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"
33
*
4-
* Copyright (c) 2020 United States Government as represented by the
4+
* Copyright (c) 2023 United States Government as represented by the
55
* Administrator of the National Aeronautics and Space Administration.
66
* All Rights Reserved.
77
*

cfe_ts_crc_version.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/************************************************************************
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"
33
*
4-
* Copyright (c) 2020 United States Government as represented by the
4+
* Copyright (c) 2023 United States Government as represented by the
55
* Administrator of the National Aeronautics and Space Administration.
66
* All Rights Reserved.
77
*
@@ -29,22 +29,22 @@
2929
/*
3030
* Development Build Macro Definitions
3131
*/
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 */
3636

3737
/*
3838
* Version Macros, see \ref cfsversions for definitions.
3939
*/
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 */
4242
#define CFE_TS_CRC_REVISION 0 /*!< @brief Revision version number. Value of 0 indicates a development version.*/
4343

4444
/**
4545
* @brief Last official release.
4646
*/
47-
#define CFE_TS_CRC_LAST_OFFICIAL "v3.1.0"
47+
#define CFE_TS_CRC_LAST_OFFICIAL "v7.0.0"
4848

4949
/*!
5050
* @brief Mission revision.
@@ -53,7 +53,7 @@
5353
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
5454
* cFS open-source development use (pending resolution of nasa/cFS#440)
5555
*/
56-
#define CFE_TS_CRC_MISSION_REV 0xFF
56+
#define CFE_TS_CRC_MISSION_REV 0x0
5757

5858
/*
5959
* Tools to construct version string

0 commit comments

Comments
 (0)