From efa1a482c411f6e1ae9b78f7e79edd2d9de2127d Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 11 Mar 2024 07:59:08 -0400 Subject: [PATCH] Updating documentation and version numbers for equuleus-rc1+dev40 --- CHANGELOG.md | 4 ++++ fsw/src/sample_app_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1024d1d..17bc40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: equuleus-rc4+dev40 +- apply name changes to EDS dispatcher +- See + ## Development Build: equuleus-rc1+dev36 - updating sample_app to use new versioning system - See diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index fd9349b..1a4cfda 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 36 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 40 /*!< 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 */