From c2ff4b83d851fbc5caa90973d08cd913b394aac2 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 5 Dec 2023 09:19:00 -0500 Subject: [PATCH] Updating documentation and version numbers for v2.5.0-rc4+dev71 --- CHANGELOG.md | 4 ++++ fsw/src/to_lab_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d935628..3704ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: v2.5.0-rc4:dev71 +- Add timeout and packet limit on sending telemetry +- See + ## Development Build: v2.5.0-rc4+dev66 - reorganize source files - Apply consistent Event ID names to common events diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index 0d4697c..5489591 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 66 /*!< Development Build: Number of commits since baseline */ +#define TO_LAB_BUILD_NUMBER 71 /*!< Development Build: Number of commits since baseline */ #define TO_LAB_BUILD_BASELINE \ "v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */