Make changes for releasing v2.3.4 02/6402/1 2.3.4
authorwahidw <abdulwahid.w@nokia.com>
Wed, 23 Jun 2021 11:41:54 +0000 (11:41 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 23 Jun 2021 11:41:54 +0000 (11:41 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I112c2938a41b42c8dd94741850587e8638e63300

CHANGES
CMakeLists.txt
docs/rel-notes.rst

diff --git a/CHANGES b/CHANGES
index e9213f1..9c57be2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
 # and version string. Blank are used to separate items when a version
 # has several changes.  Multiple blank lines between versions are
 # squished to one.
+release = Dawn
+2021 23 June; version 2.3.4
+       Taking in new RMR version 4.7.4 that contains many bug fixes
 
 release = Cherry
 2020 11 December; version 2.3.3
index c82566c..d73c316 100644 (file)
@@ -30,7 +30,7 @@ cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "2" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
 set( minor_version "3" )
-set( patch_level "3" )
+set( patch_level "4" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/ricxfcpp" )
index 0e49658..4501606 100644 (file)
@@ -15,6 +15,13 @@ C++ Framework Release Notes
 The following is a list of release highlights for the C++
 xAPP Framework.
 
+Dawn Release
+============
+
+2021 23 June; version 2.3.4
+---------------------------
+Taking in new RMR version 4.7.4 that contains many bug fixes.
+
 Cherry Release
 ==============