From 555fc14abec797f96cd4c03bf997ce3711984393 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Fri, 11 Dec 2020 14:01:27 -0500 Subject: [PATCH] Version bump to force CI jobs to promote packages The CI jobs failed to build all packages in staging, and there is no mechanim to force it to build the missing ones. This change is needed to force the staging packages to rebuild. Issue-ID: RIC-730 Signed-off-by: E. Scott Daniels Change-Id: I6ad5bc3151792c841a9bba07c3a32727ea28b3db --- CHANGES | 3 +++ CMakeLists.txt | 2 +- docs/rel-notes.rst | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 562f096..e9213f1 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,9 @@ # squished to one. release = Cherry +2020 11 December; version 2.3.3 + Version bump to force CI jobs to promote the packages. + 2020 21 August; version 2.3.2 Small cleanup of "code smells" and add additional test stats to unit tests. diff --git a/CMakeLists.txt b/CMakeLists.txt index eb816d6..c82566c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "2" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "3" ) -set( patch_level "2" ) +set( patch_level "3" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/ricxfcpp" ) diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index d10de52..0e49658 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -18,6 +18,11 @@ xAPP Framework. Cherry Release ============== +2020 11 December; version 2.3.3 +------------------------------- +Version bump to force CI jobs to promote the packages. + + 2020 21 August; version 2.3.2 ----------------------------- Small cleanup of "code smells" and add additional test stats -- 2.16.6