Cmake, change files missing from previous commit 32/2432/1 3.1.2
authorE. Scott Daniels <daniels@research.att.com>
Thu, 6 Feb 2020 18:46:34 +0000 (13:46 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 6 Feb 2020 18:46:34 +0000 (13:46 -0500)
The cmake and changes files were accidentally omitted from the
previous commit.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ib6cbe254816305d83acf65207a1682ac6668afab

CHANGES
CMakeLists.txt

diff --git a/CHANGES b/CHANGES
index d40e1fc..fd918df 100644 (file)
--- 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.     
index a93ce69..df07e8a 100644 (file)
@@ -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" )