From cdb3175312cfb5c242484ba802aea940631d98a6 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 11 Oct 2022 16:06:29 -0400 Subject: [PATCH] Bump to v1.3.0-rc4+dev35 --- 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 088cca3..bfbc057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Development Build: v1.3.0-rc4+dev35 +- Remove redundant comments +- Create CHANGELOG.md +- See and + ## Development Build: v1.3.0-rc4+dev27 - Misaligned comments - Remove unnecessary parentheses around return values. diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index f7065d8..12d75bf 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 27 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 35 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_APP_BUILD_BASELINE \ "v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */