From: Nikos Mavrogiannopoulos Date: Sat, 14 Jul 2018 15:30:49 +0000 (+0200) Subject: bumped versions X-Git-Tag: gnutls_3_6_3~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f033b8bfc8835068dffdb78fb35950b6be2e14c;p=thirdparty%2Fgnutls.git bumped versions Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/configure.ac b/configure.ac index c328ff7213..4adac6efaf 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [3.6.2], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.3], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4]) AC_CANONICAL_HOST diff --git a/m4/hooks.m4 b/m4/hooks.m4 index fe8d9a2dde..1cc442d2d2 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # in CONTRIBUTION.md for more info. # # Interfaces removed: AGE=0 (+bump all symbol versions in .map) - AC_SUBST(LT_CURRENT, 50) - AC_SUBST(LT_REVISION, 2) - AC_SUBST(LT_AGE, 20) + AC_SUBST(LT_CURRENT, 51) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 21) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2)