From b32aab53b3fc63e210bd5e16b693cf451cfeaec7 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 23 Feb 2024 08:13:22 -0500 Subject: [PATCH] Updating documentation and version numbers for equuleus-rc1+dev44 --- CHANGELOG.md | 5 +++++ fsw/src/to_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42fc8f1..b51384a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Development Build: equuleus-rc1+dev44 +- Add an event for ResetCountersCmd +- Add version information to NOOP event +- See and + ## Development Build: equuleus-rc1+dev38 - updating to_lab to use new versioning system - See diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index e4ff0b2..a6b0e0e 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -24,7 +24,7 @@ #define TO_LAB_VERSION_H /* Development Build Macro Definitions */ -#define TO_LAB_BUILD_NUMBER 38 /*!< Development Build: Number of commits since baseline */ +#define TO_LAB_BUILD_NUMBER 44 /*!< Development Build: Number of commits since baseline */ #define TO_LAB_BUILD_BASELINE "equuleus-rc1" /*!< Development Build: git tag that is the base for the current development */ #define TO_LAB_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */ #define TO_LAB_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */