X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=d91f0755ea62364bf6b7c08ae1d76c8dada462aa;hb=refs%2Fchanges%2F67%2F10467%2F1;hp=0448c635a01f1769c789449555a5e075d90ceef4;hpb=955ce64d08bd90a8fe30e3033ece95a0cf08d78b;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0448c63..d91f075 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,8 +41,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 "8" ) -set( patch_level "4" ) +set( minor_version "9" ) +set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" )