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