X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=df07e8a6cf3b3f759344de5f26e8973c51f093df;hb=refs%2Ftags%2F3.1.2;hp=ef8308b4d968a680f97fd29fad038f1f3049c3d3;hpb=02e8d49f42d94b51494977aa0d6f67479f1ceb1c;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ef8308b..df07e8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ project( rmr LANGUAGES C ) 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 "0" ) +set( minor_version "1" ) set( patch_level "2" ) set( install_root "${CMAKE_INSTALL_PREFIX}" )