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 */