From: Matti Hiltunen Date: Thu, 6 Feb 2020 19:16:34 +0000 (+0000) Subject: Merge "Cmake, change files missing from previous commit" X-Git-Tag: 3.1.3~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2dfb310585e1ea20d222aa1ed129c89e8c240935;hp=c1658934f329e02a704dd5ec94b38dff293b09ee;p=ric-plt%2Flib%2Frmr.git Merge "Cmake, change files missing from previous commit" --- 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" )