From: Nikos Mavrogiannopoulos Date: Fri, 11 Nov 2011 10:47:18 +0000 (+0100) Subject: bumped library versions X-Git-Tag: gnutls_3_0_8~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=970b984597ee43d3bba830bf377a2b27e858c061;p=thirdparty%2Fgnutls.git bumped library versions --- diff --git a/configure.ac b/configure.ac index e79c704908..885dc0a763 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.7], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.8], [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 feb926a289..804fc9b45a 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 30) - AC_SUBST(LT_REVISION, 3) + AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 2) AC_SUBST(LT_SSL_CURRENT, 27)