X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=d73c3165dcbe582ec6b3ec448dfc10d0da738e67;hb=78eadf6777550556a68b26cbb0c09d536e1ff801;hp=eb816d6df705d08c25b2194cfe96a06448101d8d;hpb=23d0e614733c0305738d8c70d2e4c3e56beb6473;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/CMakeLists.txt b/CMakeLists.txt index eb816d6..d73c316 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 "2" ) +set( patch_level "4" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/ricxfcpp" )