From: czichy Date: Wed, 7 Dec 2022 14:44:12 +0000 (+0200) Subject: Preparation for releasing 4.8.5 X-Git-Tag: 4.8.5^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c752bd3585297dac74faf2a56512556bf140300e;p=ric-plt%2Flib%2Frmr.git Preparation for releasing 4.8.5 Signed-off-by: czichy Change-Id: I1b9109538efe35af6975df9d57a74f6915a0e529 --- diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index 277ba18..07211d8 100644 --- a/CHANGES_CORE.txt +++ b/CHANGES_CORE.txt @@ -5,7 +5,7 @@ # API and build change and fix summaries. Doc corrections # and/or changes are not mentioned here; see the commit messages. -2022 Nov 10; version 4.8.4 +2022 Nov 10; version 4.8.5 Fixes for errors detected by source code scanning 2022 May 11; version 4.8.3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0448c63..bf39d64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,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 "8" ) -set( patch_level "4" ) +set( patch_level "5" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index 2d81146..cc32339 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -22,7 +22,7 @@ the need to leap frog versions ceased, and beginning with version 4.0.0, the RMR versions should no longer skip. -2022 Nov 10; version 4.8.4 +2022 Nov 10; version 4.8.5 ------------------------------ Fixes for errors detected by source code scanning (RIC-939)