X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=9dad6eabdfeb188735f385a8a2fe4def517a2c42;hb=c56c9df65a380977ab547057840453f54420b4b9;hp=b17af09c7af7964aa0ac6b83bc276065ec106c7b;hpb=e64778dac480d66d93449efd3e9767cea4f980f9;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b17af09..9dad6ea 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 "7" ) +set( patch_level "9" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/ricxfcpp" )