From: E. Scott Daniels Date: Fri, 22 Nov 2019 19:25:40 +0000 (-0500) Subject: Bump version to force a package build for release X-Git-Tag: python-2.0.0~6 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b75cd1d6253255ec7393d52bb6b2ee900558ce63;hp=de63b2996a1144b55ccaaf7ad552170d18478d5c;p=ric-plt%2Flib%2Frmr.git Bump version to force a package build for release Bloody release process depends on logs of past jobs which are not available. This is forcing another, unchanged, package to be pushed so that a ticket can be opened with a link to the job output :( Signed-off-by: E. Scott Daniels Change-Id: I6007fb1e347ef083cfebb89dab46cd3525fe15e7 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f765f2f..330b36b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ 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 "11" ) -set( patch_level "1" ) +set( patch_level "2" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" )