Minor version bump to move forward from trial ver 46/1346/1
authorE. Scott Daniels <daniels@research.att.com>
Mon, 4 Nov 2019 16:00:49 +0000 (11:00 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 4 Nov 2019 16:00:49 +0000 (11:00 -0500)
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 <daniels@research.att.com>
Change-Id: I8112c215e7508c5500bbb0b255ee141b354ed1d4

CMakeLists.txt

index da7c914..e005e50 100644 (file)
@@ -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" )