From: czichy Date: Tue, 14 Feb 2023 10:45:29 +0000 (+0200) Subject: Preparation for release 4.9.0 X-Git-Tag: 4.9.0^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F10467%2F1;p=ric-plt%2Flib%2Frmr.git Preparation for release 4.9.0 Signed-off-by: czichy Change-Id: I1b74aa7cc5093b2d77723f6a51ddc1ceeb5d1dc4 --- diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index 07211d8..1ed9d39 100644 --- a/CHANGES_CORE.txt +++ b/CHANGES_CORE.txt @@ -5,6 +5,9 @@ # API and build change and fix summaries. Doc corrections # and/or changes are not mentioned here; see the commit messages. +2023 Feb 14; version 4.9.0 + Added new message type for RIC subscription delete required + 2022 Nov 10; version 4.8.5 Fixes for errors detected by source code scanning diff --git a/CMakeLists.txt b/CMakeLists.txt index bf39d64..d91f075 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,8 +41,8 @@ project( rmr LANGUAGES C ) 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 "5" ) +set( minor_version "9" ) +set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index cc32339..045e6ee 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -22,6 +22,11 @@ the need to leap frog versions ceased, and beginning with version 4.0.0, the RMR versions should no longer skip. +2023 Feb 14; version 4.9.0 +------------------------------ + +Added new message type for subscription delete required + 2022 Nov 10; version 4.8.5 ------------------------------