X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=2ac15d7ac57f894731bfc99e2cc5ce97dc7a18d5;hb=5ec64c5253b3b7611ec69cc1487989fae45eca26;hp=cef3e5d5f35118152b20d5a9400ff9ed44ee42d7;hpb=3bcce7bf0dfe8dbe501cd8a851350acb23a3b6de;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index cef3e5d..2ac15d7 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 "2" ) -set( patch_level "2" ) +set( minor_version "4" ) +set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" )