From 6926c66052111119df8a3d2e7b9e4ddbbeea7910 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Fri, 6 Mar 2020 09:13:06 -0500 Subject: [PATCH] Add missing changes and CMake from last change The CHANGES and CMakefile needed to bump the version on the last change were omitted. This adds those files. Issue-ID: RICAPP-78 Signed-off-by: E. Scott Daniels Change-Id: Id37dc89fb2f33d6cce0bf4b7661bdf6c70bcddbe --- CHANGES | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index cb8c214..ed6495b 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,13 @@ API and build change and fix summaries. Doc correctsions and/or changes are not mentioned here; see the commit messages. +2020 March 5; Version 3.3.1 + Correct several "bugs" identified by automatic code analysis. + +2020 March 4; Version 3.3.0 + Add SI95 based unit testing + Health check support binary added (reason for minor bump) + 2020 February 29; Version 2.4.0 Add consolidated testing under CMake Add support binary for health check (SI95 only) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55719b9..ed86d4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "3" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "3" ) -set( patch_level "0" ) +set( patch_level "1" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) -- 2.16.6