X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=b4122d7c1b75fb6df6aceca7904fcb171bdff54f;hb=f23c7756b6c75f571e28346c6ee1466f108932c8;hp=f1aab6231f24ef730dfb81229ce3b0aa25f77e95;hpb=f68c2ced7de2bdfc475a9282cde91a67d83325de;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f1aab62..b4122d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ project( rmr LANGUAGES C ) cmake_minimum_required( VERSION 3.5 ) set( major_version "1" ) # 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 "7" ) set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" )