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