From a1be12ad8acc53486b51f7b3c76c0ea2dd231a92 Mon Sep 17 00:00:00 2001 From: czichy Date: Tue, 14 Feb 2023 12:45:29 +0200 Subject: [PATCH] Preparation for release 4.9.0 Signed-off-by: czichy Change-Id: I1b74aa7cc5093b2d77723f6a51ddc1ceeb5d1dc4 --- CHANGES_CORE.txt | 3 +++ CMakeLists.txt | 4 ++-- docs/rel-notes.rst | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) 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 ------------------------------ -- 2.16.6