X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=0d912214338adf1e1caaf8923e568b16755e9919;hb=addc582ffeccd02f502f2122d4dff0fa19b0a38f;hp=90d5effb04907b19032e128c1cbf48d961e29ec9;hpb=05b943879d8e01e5edf28db6ae1e2a8dceb9c46b;p=ric-app%2Fts.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 90d5eff..0d91221 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,8 @@ project( ricxfcpp ) cmake_minimum_required( VERSION 3.14 ) set( major_version "1" ) # until CI supports auto tagging; must hard set -set( minor_version "1" ) -set( patch_level "1" ) +set( minor_version "2" ) +set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "/usr/local/include" )