X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=391070de14f211d1bcdfd311fdba0f96822738d6;hb=cbd893c5f993181946cf979a23f46a9807874986;hp=8e65e5f2f6d1857d7b1fbdeddf4f196203c393df;hpb=f28cd746c57d9b23f2922ec2b980bdb6c5765a2f;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e65e5f..391070d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,9 +28,9 @@ project( ricxfcpp ) cmake_minimum_required( VERSION 3.5 ) -set( major_version "0" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this -set( minor_version "1" ) -set( patch_level "2" ) +set( major_version "1" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this +set( minor_version "0" ) +set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/ricxfcpp" )