Add set, get and listkeys -sdltool CLI commands
Added new sdltool CLI commands:
listkeys to list keys matching search pattern under the namespace.
get to read data from storage under the namespace.
set to write data to storage under the namespace.
Release version 1.5.1
Issue-Id: RIC-110
Change-Id: I6ce4b355e8a1d62e30bd4ffa79216318669915f8
Signed-off-by: Petri Ovaska <petri.ovaska@nokia.com>
diff --git a/configure.ac b/configure.ac
index 97965fe..ab652d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@
m4_define([SDL_MAJOR], [1])
m4_define([SDL_MINOR], [5])
-m4_define([SDL_MICRO], [0])
+m4_define([SDL_MICRO], [1])
# SDL ABI version with libtool
#
@@ -28,7 +28,7 @@
# Change the numbers just before release.
m4_define([SDL_CURRENT], [5])
-m4_define([SDL_REVISION], [12])
+m4_define([SDL_REVISION], [13])
m4_define([SDL_AGE], [0])
AC_INIT([shareddatalayer], [SDL_MAJOR.SDL_MINOR.SDL_MICRO], [], [], [https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/sdl])