X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=bddbaf149c9bbf6143eae1bee00b5ea1b0bb7f0c;hb=4969fbc78a618839cd44308049c112b8e61e1eca;hp=9dad6eabdfeb188735f385a8a2fe4def517a2c42;hpb=9bd073513e61d0ae75df6b2ccf668e1f240a5e0f;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dad6ea..bddbaf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "2" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "3" ) -set( patch_level "9" ) +set( patch_level "10" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/ricxfcpp" )