From: Nikos Mavrogiannopoulos Date: Fri, 15 Mar 2013 16:29:44 +0000 (+0100) Subject: bumped version X-Git-Tag: gnutls_3_1_10~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1e796500abb29401345459487e4cd87c4760087;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index 01c8a9977d..bab5c1bbdb 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.1.9], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.1.10], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 366006e229..19d1515501 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -39,16 +39,16 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 - AC_SUBST(LT_CURRENT, 45) + AC_SUBST(LT_CURRENT, 46) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 17) + AC_SUBST(LT_AGE, 18) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) AC_SUBST(LT_SSL_AGE, 0) AC_SUBST(LT_DANE_CURRENT, 3) - AC_SUBST(LT_DANE_REVISION, 1) + AC_SUBST(LT_DANE_REVISION, 2) AC_SUBST(LT_DANE_AGE, 3) AC_SUBST(LT_XSSL_CURRENT, 0)