From d91d44c6fd44ccb20f72feb2e67a3dd4f4104fcd Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 5 Mar 2021 17:12:09 -0500 Subject: [PATCH] IC-20210305, Update readme and version --- README.md | 6 ++++++ fsw/src/to_lab_version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa29f74..80062b9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ To send telemtry to the "ground" or UDP/IP port, edit the subscription table in ## Version History +### Development Build: v2.4.0-rc1+dev38 + +- Fix #85, Remove numeric pipe ID from event printf +- Fix #87, Add Testing Tools to the Security Policy +- See + ### Development Build: 2.4.0-rc1+dev32 - Removes end-of-function comments in `to_lab_app.c` diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index 2858fa2..2bbee70 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -30,7 +30,7 @@ */ /* Development Build Macro Definitions */ -#define TO_LAB_BUILD_NUMBER 32 /*!< Development Build: Number of commits since baseline */ +#define TO_LAB_BUILD_NUMBER 38 /*!< Development Build: Number of commits since baseline */ #define TO_LAB_BUILD_BASELINE \ "v2.4.0-rc1" /*!< Development Build: git tag that is the base for the current development */