From 2a34024eee6146a26f5d3762878b966aad90315f Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Mon, 9 May 2022 10:34:46 -0600 Subject: [PATCH] Update version numbers for release --- fsw/mission_inc/hs_perfids.h | 2 +- fsw/platform_inc/hs_msgids.h | 2 +- fsw/platform_inc/hs_platform_cfg.h | 2 +- fsw/src/hs_app.c | 2 +- fsw/src/hs_app.h | 2 +- fsw/src/hs_cmds.c | 2 +- fsw/src/hs_cmds.h | 2 +- fsw/src/hs_custom.c | 2 +- fsw/src/hs_custom.h | 2 +- fsw/src/hs_events.h | 2 +- fsw/src/hs_monitors.c | 2 +- fsw/src/hs_monitors.h | 2 +- fsw/src/hs_msg.h | 2 +- fsw/src/hs_msgdefs.h | 2 +- fsw/src/hs_tbl.h | 2 +- fsw/src/hs_tbldefs.h | 2 +- fsw/src/hs_utils.c | 2 +- fsw/src/hs_utils.h | 2 +- fsw/src/hs_verify.h | 2 +- fsw/src/hs_version.h | 8 ++++---- fsw/tables/hs_amt.c | 2 +- fsw/tables/hs_emt.c | 2 +- fsw/tables/hs_mat.c | 2 +- fsw/tables/hs_xct.c | 2 +- unit-test/hs_app_tests.c | 2 +- unit-test/hs_cmds_tests.c | 2 +- unit-test/hs_custom_tests.c | 2 +- unit-test/hs_monitors_tests.c | 2 +- unit-test/hs_utils_tests.c | 2 +- unit-test/stubs/hs_app_stubs.c | 2 +- unit-test/stubs/hs_cmds_stubs.c | 2 +- unit-test/stubs/hs_custom_stubs.c | 2 +- unit-test/stubs/hs_monitors_stubs.c | 2 +- unit-test/stubs/hs_utils_stubs.c | 2 +- unit-test/utilities/hs_test_utils.c | 2 +- unit-test/utilities/hs_test_utils.h | 2 +- 36 files changed, 39 insertions(+), 39 deletions(-) diff --git a/fsw/mission_inc/hs_perfids.h b/fsw/mission_inc/hs_perfids.h index a30e240..cac3a69 100644 --- a/fsw/mission_inc/hs_perfids.h +++ b/fsw/mission_inc/hs_perfids.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/platform_inc/hs_msgids.h b/fsw/platform_inc/hs_msgids.h index d0ad13f..d72bbf4 100644 --- a/fsw/platform_inc/hs_msgids.h +++ b/fsw/platform_inc/hs_msgids.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/platform_inc/hs_platform_cfg.h b/fsw/platform_inc/hs_platform_cfg.h index 1e1f69c..d0d6226 100644 --- a/fsw/platform_inc/hs_platform_cfg.h +++ b/fsw/platform_inc/hs_platform_cfg.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_app.c b/fsw/src/hs_app.c index 515d48f..c74009b 100644 --- a/fsw/src/hs_app.c +++ b/fsw/src/hs_app.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_app.h b/fsw/src/hs_app.h index 20156a3..806c56c 100644 --- a/fsw/src/hs_app.h +++ b/fsw/src/hs_app.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_cmds.c b/fsw/src/hs_cmds.c index 298412d..3342ed1 100644 --- a/fsw/src/hs_cmds.c +++ b/fsw/src/hs_cmds.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_cmds.h b/fsw/src/hs_cmds.h index f082196..039e268 100644 --- a/fsw/src/hs_cmds.h +++ b/fsw/src/hs_cmds.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_custom.c b/fsw/src/hs_custom.c index 0b19c6e..c51a909 100644 --- a/fsw/src/hs_custom.c +++ b/fsw/src/hs_custom.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_custom.h b/fsw/src/hs_custom.h index 0deca6b..cf2ca1f 100644 --- a/fsw/src/hs_custom.h +++ b/fsw/src/hs_custom.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_events.h b/fsw/src/hs_events.h index 4271a59..e9243fb 100644 --- a/fsw/src/hs_events.h +++ b/fsw/src/hs_events.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_monitors.c b/fsw/src/hs_monitors.c index 50a4aac..dc613f7 100644 --- a/fsw/src/hs_monitors.c +++ b/fsw/src/hs_monitors.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_monitors.h b/fsw/src/hs_monitors.h index a89a2a9..c9e3a64 100644 --- a/fsw/src/hs_monitors.h +++ b/fsw/src/hs_monitors.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_msg.h b/fsw/src/hs_msg.h index f162f1b..8ca3ec8 100644 --- a/fsw/src/hs_msg.h +++ b/fsw/src/hs_msg.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_msgdefs.h b/fsw/src/hs_msgdefs.h index 0122cfe..5585fef 100644 --- a/fsw/src/hs_msgdefs.h +++ b/fsw/src/hs_msgdefs.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_tbl.h b/fsw/src/hs_tbl.h index 02d168c..31afdb9 100644 --- a/fsw/src/hs_tbl.h +++ b/fsw/src/hs_tbl.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_tbldefs.h b/fsw/src/hs_tbldefs.h index 93257b1..1b6fad1 100644 --- a/fsw/src/hs_tbldefs.h +++ b/fsw/src/hs_tbldefs.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_utils.c b/fsw/src/hs_utils.c index c6cd311..8f0784a 100644 --- a/fsw/src/hs_utils.c +++ b/fsw/src/hs_utils.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_utils.h b/fsw/src/hs_utils.h index e676f51..50e1d65 100644 --- a/fsw/src/hs_utils.h +++ b/fsw/src/hs_utils.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_verify.h b/fsw/src/hs_verify.h index 762b6c5..6285fdf 100644 --- a/fsw/src/hs_verify.h +++ b/fsw/src/hs_verify.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/src/hs_version.h b/fsw/src/hs_version.h index bea9b58..7b69ef8 100644 --- a/fsw/src/hs_version.h +++ b/fsw/src/hs_version.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. @@ -31,9 +31,9 @@ * \{ */ -#define HS_MAJOR_VERSION 2 /**< \brief Major version number */ -#define HS_MINOR_VERSION 4 /**< \brief Minor version number */ -#define HS_REVISION 99 /**< \brief Revision number */ +#define HS_MAJOR_VERSION 2 /**< \brief Major version number */ +#define HS_MINOR_VERSION 4 /**< \brief Minor version number */ +#define HS_REVISION 1 /**< \brief Revision number */ /**\}*/ diff --git a/fsw/tables/hs_amt.c b/fsw/tables/hs_amt.c index 178be99..4914f52 100644 --- a/fsw/tables/hs_amt.c +++ b/fsw/tables/hs_amt.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/tables/hs_emt.c b/fsw/tables/hs_emt.c index e484a3d..b94a8d6 100644 --- a/fsw/tables/hs_emt.c +++ b/fsw/tables/hs_emt.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/tables/hs_mat.c b/fsw/tables/hs_mat.c index 2bbc64c..b2985b7 100644 --- a/fsw/tables/hs_mat.c +++ b/fsw/tables/hs_mat.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/fsw/tables/hs_xct.c b/fsw/tables/hs_xct.c index d47291d..adf02b2 100644 --- a/fsw/tables/hs_xct.c +++ b/fsw/tables/hs_xct.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/hs_app_tests.c b/unit-test/hs_app_tests.c index 141b3a9..f0f1a37 100644 --- a/unit-test/hs_app_tests.c +++ b/unit-test/hs_app_tests.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/hs_cmds_tests.c b/unit-test/hs_cmds_tests.c index 19d9748..3a8a4e7 100644 --- a/unit-test/hs_cmds_tests.c +++ b/unit-test/hs_cmds_tests.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/hs_custom_tests.c b/unit-test/hs_custom_tests.c index c2f0de6..3fcf426 100644 --- a/unit-test/hs_custom_tests.c +++ b/unit-test/hs_custom_tests.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/hs_monitors_tests.c b/unit-test/hs_monitors_tests.c index a3bacac..1e68873 100644 --- a/unit-test/hs_monitors_tests.c +++ b/unit-test/hs_monitors_tests.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/hs_utils_tests.c b/unit-test/hs_utils_tests.c index 93ed667..26feab2 100644 --- a/unit-test/hs_utils_tests.c +++ b/unit-test/hs_utils_tests.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/stubs/hs_app_stubs.c b/unit-test/stubs/hs_app_stubs.c index e4aafe1..fac9761 100644 --- a/unit-test/stubs/hs_app_stubs.c +++ b/unit-test/stubs/hs_app_stubs.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/stubs/hs_cmds_stubs.c b/unit-test/stubs/hs_cmds_stubs.c index 7a4909e..09947d2 100644 --- a/unit-test/stubs/hs_cmds_stubs.c +++ b/unit-test/stubs/hs_cmds_stubs.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/stubs/hs_custom_stubs.c b/unit-test/stubs/hs_custom_stubs.c index a2d8762..0d6ee04 100644 --- a/unit-test/stubs/hs_custom_stubs.c +++ b/unit-test/stubs/hs_custom_stubs.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/stubs/hs_monitors_stubs.c b/unit-test/stubs/hs_monitors_stubs.c index c8f8f39..86173b8 100644 --- a/unit-test/stubs/hs_monitors_stubs.c +++ b/unit-test/stubs/hs_monitors_stubs.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/stubs/hs_utils_stubs.c b/unit-test/stubs/hs_utils_stubs.c index 21d5c5b..1ca02bb 100644 --- a/unit-test/stubs/hs_utils_stubs.c +++ b/unit-test/stubs/hs_utils_stubs.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/utilities/hs_test_utils.c b/unit-test/utilities/hs_test_utils.c index 5f03f62..0850230 100644 --- a/unit-test/utilities/hs_test_utils.c +++ b/unit-test/utilities/hs_test_utils.c @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. diff --git a/unit-test/utilities/hs_test_utils.h b/unit-test/utilities/hs_test_utils.h index 1ea6e34..305c5e7 100644 --- a/unit-test/utilities/hs_test_utils.h +++ b/unit-test/utilities/hs_test_utils.h @@ -1,6 +1,6 @@ /************************************************************************ * NASA Docket No. GSC-18,920-1, and identified as “Core Flight - * System (cFS) Health & Safety (HS) Application version 2.4.0” + * System (cFS) Health & Safety (HS) Application version 2.4.1” * * Copyright (c) 2021 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration.