diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d98cc..939d742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: equuleus-rc1+dev52 +- Zero-out global data during init + set RunStatus to APP_ERROR if init fails +- See + ## Development Build: equuleus-rc1+dev48 - apply name changes to EDS dispatcher - See diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index 42c2286..96518ce 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 48 /*!< Development Build: Number of commits since baseline */ +#define TO_LAB_BUILD_NUMBER 52 /*!< 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 */