From: Nikos Mavrogiannopoulos Date: Thu, 1 Mar 2012 16:28:12 +0000 (+0100) Subject: bumped version X-Git-Tag: gnutls_3_0_15~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a142ceb0e52b08f4a7c0e340c38fea2ac153ff0;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index 4550adf6a1..0a24f53620 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.0.14], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.15], [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 6c5139f75a..9188553701 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, 34) - AC_SUBST(LT_REVISION, 1) + AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 6) AC_SUBST(LT_SSL_CURRENT, 27)