X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=b8176999cdd70e5808becd026e5e128f43b8c774;hb=ab6d04ce30514b16ba5821fcc788157b4779a4a3;hp=a93ce69815e85fe4edb35d42d4b9a57fa8f2a323;hpb=05ce11d8c370a66c238b1db3fff1fde4790fa701;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a93ce69..b817699 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 "1" ) +set( minor_version "2" ) set( patch_level "1" ) set( install_root "${CMAKE_INSTALL_PREFIX}" )