Preparation for releasing 4.8.5 98/9998/1 4.8.5
authorczichy <thoralf.czichy@nokia.com>
Wed, 7 Dec 2022 14:44:12 +0000 (16:44 +0200)
committerczichy <thoralf.czichy@nokia.com>
Wed, 7 Dec 2022 14:44:12 +0000 (16:44 +0200)
Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I1b9109538efe35af6975df9d57a74f6915a0e529

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

index 277ba18..07211d8 100644 (file)
@@ -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
index 0448c63..bf39d64 100644 (file)
@@ -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" )
index 2d81146..cc32339 100644 (file)
@@ -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)