X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=c0dc0efc7b76089df37689ce7dd478a1bb57815a;hb=refs%2Fchanges%2F42%2F2642%2F1;hp=a93ce69815e85fe4edb35d42d4b9a57fa8f2a323;hpb=05ce11d8c370a66c238b1db3fff1fde4790fa701;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a93ce69..c0dc0ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,8 +37,8 @@ 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( patch_level "1" ) +set( minor_version "2" ) +set( patch_level "6" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" )