From: Simon Josefsson Date: Tue, 7 Dec 2010 07:44:51 +0000 (+0100) Subject: Bump versions. X-Git-Tag: gnutls_2_11_6~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb8923e36c63271accd29479ffd7b8cd6e56bf9f;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/configure.ac b/configure.ac index fdce646bcf..7118dcf1ac 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.11.5], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.11.6], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lib/configure.ac b/lib/configure.ac index 3a89288bda..7db43dc8ed 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # MA 02110-1301, USA AC_PREREQ(2.61) -AC_INIT([libgnutls], [2.11.5], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls], [2.11.6], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4 index 56f713feb2..e053db5b09 100644 --- a/lib/m4/hooks.m4 +++ b/lib/m4/hooks.m4 @@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 44) - AC_SUBST(LT_REVISION, 4) + AC_SUBST(LT_REVISION, 5) AC_SUBST(LT_AGE, 18) AC_SUBST(CXX_LT_CURRENT, 27) diff --git a/libextra/configure.ac b/libextra/configure.ac index f6100c9980..1f915f933b 100644 --- a/libextra/configure.ac +++ b/libextra/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([libgnutls-extra], [2.11.5], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls-extra], [2.11.6], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])