From bc7156fb811c61c3294ba2429f908ae595a52304 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 5 Mar 2021 16:30:41 -0500 Subject: [PATCH] IC-20210305, Update readme and version --- README.md | 5 +++++ fsw/src/ci_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2e64b..ff5ed77 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac ## Version History +### Development Build: 2.4.0-rc1+dev25 + +- Fix #74, Add Testing Tools to the Security Policy +- See + ### Development Build: 2.4.0-rc1+dev14 - Aligns messages according to changes in cFE . Uses the "raw" message cmd/tlm types in definition diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index 27e3c2f..ca0f35b 100644 --- a/fsw/src/ci_lab_version.h +++ b/fsw/src/ci_lab_version.h @@ -32,7 +32,7 @@ /* Development Build Macro Definitions */ -#define CI_LAB_BUILD_NUMBER 14 /*!< Development Build: Number of commits since baseline */ +#define CI_LAB_BUILD_NUMBER 25 /*!< Development Build: Number of commits since baseline */ #define CI_LAB_BUILD_BASELINE \ "v2.4.0-rc1" /*!< Development Build: git tag that is the base for the current development */