X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=configure.ac;h=5ad03f736c7f0e9e4f71e93cd4057448cd126aaf;hb=ece67088ea6c4f67b9d0db74477a9d5c614d7763;hp=349e84a0077ced22f488d98dc1b13aa395cf7159;hpb=aad0a0b5f51c2abd855aba0a9cb8e99ac5023600;p=ric-plt%2Fsdl.git diff --git a/configure.ac b/configure.ac index 349e84a..5ad03f7 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], [1]) -m4_define([SDL_MICRO], [3]) +m4_define([SDL_MINOR], [2]) +m4_define([SDL_MICRO], [0]) # SDL ABI version with libtool # @@ -28,8 +28,8 @@ m4_define([SDL_MICRO], [3]) # Change the numbers just before release. m4_define([SDL_CURRENT], [2]) -m4_define([SDL_REVISION], [7]) -m4_define([SDL_AGE], [1]) +m4_define([SDL_REVISION], [8]) +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]) AC_CONFIG_HEADERS([include/config.h])