X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=df07e8a6cf3b3f759344de5f26e8973c51f093df;hb=refs%2Fchanges%2F32%2F2432%2F1;hp=a93ce69815e85fe4edb35d42d4b9a57fa8f2a323;hpb=05ce11d8c370a66c238b1db3fff1fde4790fa701;p=ric-plt%2Flib%2Frmr.git 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" )