From: Nikos Mavrogiannopoulos Date: Wed, 21 Nov 2012 22:25:45 +0000 (+0100) Subject: bumped version X-Git-Tag: gnutls_3_1_5~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5b8b059dfbeeec5f08891f8e6ae161882c5a331;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index 0891360266..a9fe3c1f81 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.4], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.1.5], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 6a0cf69872..c42b4749c2 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 - AC_SUBST(LT_CURRENT, 42) + AC_SUBST(LT_CURRENT, 43) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 14) + AC_SUBST(LT_AGE, 15) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2)