From: Nikos Mavrogiannopoulos Date: Thu, 3 Oct 2013 06:49:55 +0000 (+0200) Subject: bumped version X-Git-Tag: gnutls_3_2_5~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceaf4128a457f9dcbb5d88635b34faf4260eee5c;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index 3f10c32654..d207c36295 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.2.4], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.2.5], [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 3ccdc41090..cc1efb12ae 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 53) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 25) AC_SUBST(LT_SSL_CURRENT, 27)