From 1c610aaf8247f4d0a8add51b77697f7b8f774bb6 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Thu, 6 Feb 2020 13:46:34 -0500 Subject: [PATCH] Cmake, change files missing from previous commit The cmake and changes files were accidentally omitted from the previous commit. Signed-off-by: E. Scott Daniels Change-Id: Ib6cbe254816305d83acf65207a1682ac6668afab --- CHANGES | 3 +++ CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d40e1fc..fd918df 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ API and build change and fix summaries. Doc correctsions and/or changes are not mentioned here; see the commit messages. +2020 February 6; version 3.1.2 + Fix disconnection detection bug in interface to SI95. + 2020 January 31; verison 3.1.1 Allow route table thread logging to be completely disabled when logging is turned off. diff --git a/CMakeLists.txt b/CMakeLists.txt index a93ce69..df07e8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,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 "1" ) -set( patch_level "1" ) +set( patch_level "2" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) -- 2.16.6