X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=configure.ac;h=ed19555be411f264a07238aece6b1d03c6297ccc;hb=HEAD;hp=1943c3c6153293a6e6c1b6b9c2820420ce1437bd;hpb=1c4a605ad92c57118ecb6722bace5501c8918af0;p=ric-plt%2Fsdl.git diff --git a/configure.ac b/configure.ac index 1943c3c..ed19555 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ # Change the numbers just before release. m4_define([SDL_MAJOR], [1]) -m4_define([SDL_MINOR], [2]) -m4_define([SDL_MICRO], [1]) +m4_define([SDL_MINOR], [6]) +m4_define([SDL_MICRO], [0]) # SDL ABI version with libtool # @@ -27,8 +27,8 @@ m4_define([SDL_MICRO], [1]) # # Change the numbers just before release. -m4_define([SDL_CURRENT], [2]) -m4_define([SDL_REVISION], [9]) +m4_define([SDL_CURRENT], [5]) +m4_define([SDL_REVISION], [14]) 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])