Preparation for release 4.9.0 67/10467/1 4.9.0
authorczichy <thoralf.czichy@nokia.com>
Tue, 14 Feb 2023 10:45:29 +0000 (12:45 +0200)
committerczichy <thoralf.czichy@nokia.com>
Tue, 14 Feb 2023 10:45:29 +0000 (12:45 +0200)
Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I1b74aa7cc5093b2d77723f6a51ddc1ceeb5d1dc4

CHANGES_CORE.txt
CMakeLists.txt
docs/rel-notes.rst

index 07211d8..1ed9d39 100644 (file)
@@ -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
 
index bf39d64..d91f075 100644 (file)
@@ -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" )
index cc32339..045e6ee 100644 (file)
@@ -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
 ------------------------------