From: E. Scott Daniels Date: Thu, 6 Feb 2020 18:46:34 +0000 (-0500) Subject: Cmake, change files missing from previous commit X-Git-Tag: 3.1.2^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F2432%2F1;p=ric-plt%2Flib%2Frmr.git 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 --- 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" )