From 88c6c1b120c595fd943bd0c0e0934534825973fd Mon Sep 17 00:00:00 2001 From: czichy Date: Wed, 11 May 2022 10:18:43 +0300 Subject: [PATCH] Preparation for releasing 4.8.3 Issue-ID: RIC-638 Signed-off-by: czichy Change-Id: I69ca8ddedbe38046ed4ee754e2cc2fab8e07b70e --- CHANGES_CORE.txt | 3 +++ CMakeLists.txt | 2 +- docs/rel-notes.rst | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index 562518e..df66c2a 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. +2022 May 11; version 4.8.3 + Added config transfer related message types (RIC-638) + 2022 January 17; version 4.8.2 Fixes routing statistics printout crash (RIC-872). diff --git a/CMakeLists.txt b/CMakeLists.txt index b13880c..11bc04f 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 "2" ) +set( patch_level "3" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index 0e09166..a145539 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. +2022 May 11; version 4.8.3 +------------------------------ + +Added header definitions for config transfer messages (RIC-638) + 2022 January 17; version 4.8.2 ------------------------------ -- 2.16.6