From 5323cbe3429f86c8564b30a8a7730a266810385e Mon Sep 17 00:00:00 2001 From: Yasir Khan Date: Tue, 1 Sep 2020 14:02:42 -0400 Subject: [PATCH] Increase version to v3.2.0+dev9, update readme NOTE: Build baseline changed to v3.2.0-rc1 --- README.md | 7 +++++++ elf2cfetbl_version.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a74c48..19e2cfc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ See README.txt for more information. ## Version History +### Development Build: v3.2.0+dev9 +- Restricts destination file permissions +- Squash int comparison warning +- Replace ctime (which generates LGTM warning) with ctime_r +- Deconflicts global/local parameters +- See + ### Development Build: v3.1.0+dev39 - Adds a null to the end of SrcFilename and DstFilename when using strncpy. diff --git a/elf2cfetbl_version.h b/elf2cfetbl_version.h index 27fbb99..01e235e 100644 --- a/elf2cfetbl_version.h +++ b/elf2cfetbl_version.h @@ -31,8 +31,8 @@ /* * Development Build Macro Definitions */ -#define ELF2CFETBL_BUILD_NUMBER 39 /*!< @brief Number of commits since baseline */ -#define ELF2CFETBL_BUILD_BASELINE "v3.1.0+dev" /*!< @brief Development Build: git tag that is the base for the current */ +#define ELF2CFETBL_BUILD_NUMBER 9 /*!< @brief Number of commits since baseline */ +#define ELF2CFETBL_BUILD_BASELINE "v3.2.0-rc1" /*!< @brief Development Build: git tag that is the base for the current */ /* * Version Macro Definitions