X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=dd189f4ea1322555a128470bd48601b78357e7a2;hb=9c2f0c74adb03a21646742702813b6ba4a4ae288;hp=be083947cf678902cf9fd4e1165359e5725ae6d3;hpb=f1d10cd2456afcd0782c27887f7ba0c801efa6c2;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index be08394..dd189f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,8 +40,8 @@ project( rmr LANGUAGES C ) cmake_minimum_required( VERSION 3.5 ) set( major_version "4" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this -set( minor_version "0" ) -set( patch_level "5" ) +set( minor_version "4" ) +set( patch_level "1" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" )