From 2508c0b19a3f84e948aba4806870ec081f2765e6 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 5 Mar 2021 17:56:49 -0500 Subject: [PATCH] IC-20210305, Update readme and version --- README.md | 6 ++++++ cfe_ts_crc_version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3883ec..918dc98 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ This lab application is a ground utility to generate binary table CRCs for cFS. ## Version Notes +### Development Build: 1.2.0-rc1+dev25 + +- Fix #43, Add Testing Tools to the Security Policy +- Fix #36 #38 #40 #41, Check lseek return and exit/error processing updates +- See + ### Development Build: 1.2.0-rc1+dev19 - Changes CLI "help" option to use two dashes: `--help` diff --git a/cfe_ts_crc_version.h b/cfe_ts_crc_version.h index 0895201..18fe73f 100644 --- a/cfe_ts_crc_version.h +++ b/cfe_ts_crc_version.h @@ -31,7 +31,7 @@ /* * Development Build Macro Definitions */ -#define CFE_TS_CRC_BUILD_NUMBER 19 /*!< @brief Number of commits since baseline */ +#define CFE_TS_CRC_BUILD_NUMBER 25 /*!< @brief Number of commits since baseline */ #define CFE_TS_CRC_BUILD_BASELINE \ "v1.2.0+dev" /*!< @brief Development Build: git tag that is the base for the current */