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