From 2a8a39547de1b6bc7205587595a412cdddf351e1 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 21 Mar 2024 16:03:39 -0400 Subject: [PATCH] Updating documentation and version numbers for equuleus-rc1+dev46 --- CHANGELOG.md | 5 +++++ fsw/src/sample_app_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17bc40e..a444f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Development Build: equuleus-rc1+dev46 +- Convert remaining int32 CFE status variables to CFE_Status_t +- Convert syslog writes during initialization to events +- See and + ## Development Build: equuleus-rc4+dev40 - apply name changes to EDS dispatcher - See diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index 1a4cfda..ea29947 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -27,7 +27,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_APP_BUILD_NUMBER 40 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 46 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_APP_BUILD_BASELINE "equuleus-rc1" /*!< Development Build: git tag that is the base for the current development */ #define SAMPLE_APP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */ #define SAMPLE_APP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */