From 3879c38814010dfbbb896a9fc6492bff48c9b77a Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Mon, 4 Nov 2019 11:00:49 -0500 Subject: [PATCH] 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 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ) -- 2.16.6