From: E. Scott Daniels Date: Mon, 4 Nov 2019 16:00:49 +0000 (-0500) Subject: Minor version bump to move forward from trial ver X-Git-Tag: 1.11.1~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F1346%2F1;p=ric-plt%2Flib%2Frmr.git Minor version bump to move forward from trial ver All changes required to fix bugs during the fall 2019 trial of RIC software will be applied to the previous version number with only patch level version number changes. This change advances the minor version number so as to avoid any artifact naming conflict as the names don't allow for disambiguation based on branch and/or release. Signed-off-by: E. Scott Daniels Change-Id: I8112c215e7508c5500bbb0b255ee141b354ed1d4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index da7c914..e005e50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,8 +35,8 @@ 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 "10" ) -set( patch_level "2" ) +set( minor_version "11" ) +set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" )