X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=325504660c1705a58d0c99ece963ec72e09f4f1a;hb=refs%2Ftags%2F1.3.0;hp=2c9515982c43f31dd1422cb33abc065ea49fd641;hpb=0cb4b57403307f128b3597a52fa77cbc8524f078;p=ric-plt%2Flib%2Frmr.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c95159..3255046 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ project( rmr LANGUAGES C ) cmake_minimum_required( VERSION 3.5 ) 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 "2" ) +set( minor_version "3" ) set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" )