X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=08aee4d380b49492071efdf724258d85850130f0;hb=refs%2Fchanges%2F34%2F2734%2F1;hp=ed86d4d102bce3e53b3c107777c0d4222b424891;hpb=6926c66052111119df8a3d2e7b9e4ddbbeea7910;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ed86d4d..08aee4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,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 "3" ) +set( minor_version "5" ) set( patch_level "1" ) set( install_root "${CMAKE_INSTALL_PREFIX}" )