From: E. Scott Daniels Date: Tue, 19 Jan 2021 19:53:30 +0000 (-0500) Subject: Bump version to deal with CI bug X-Git-Tag: 4.5.1^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e5d61ded4e976231ff943c633dfb1472181bfa0b;p=ric-plt%2Flib%2Frmr.git Bump version to deal with CI bug The CI jobs failed to move all packages on the first go and is now unable to move the remainter packages. This change is solely to bump the version number to get the CI jobs to work and push packages to release. The version is now 4.5.1 and has NO code changes. Issue-ID: RIC-732 Signed-off-by: E. Scott Daniels Change-Id: I4ed87731ad038aabb63509f9a079cf761705024d --- diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index 5b998d9..0c96513 100644 --- a/CHANGES_CORE.txt +++ b/CHANGES_CORE.txt @@ -5,6 +5,10 @@ # API and build change and fix summaries. Doc corrections # and/or changes are not mentioned here; see the commit messages. +2021 January 19; Version 4.5.1 + Version bump to work round a CI job bug preventing push of the 4.5.0 + packages from staging to release in package cloud. (RIC-732) + 2021 January 8; Version 4.5.0 Version bump for next release tracking. Corrected a potential locking issue in message allocation. (RIC-732) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f149d0..edb8f40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "4" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "5" ) -set( patch_level "0" ) +set( patch_level "1" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" )