Bump version to deal with CI bug 73/5473/1 4.5.1
authorE. Scott Daniels <daniels@research.att.com>
Tue, 19 Jan 2021 19:53:30 +0000 (14:53 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 19 Jan 2021 19:53:30 +0000 (14:53 -0500)
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 <daniels@research.att.com>
Change-Id: I4ed87731ad038aabb63509f9a079cf761705024d

CHANGES_CORE.txt
CMakeLists.txt

index 5b998d9..0c96513 100644 (file)
@@ -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)
index 7f149d0..edb8f40 100644 (file)
@@ -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" )