From: Simon Josefsson Date: Wed, 27 May 2009 05:44:55 +0000 (+0200) Subject: Bump versions. X-Git-Tag: gnutls_2_8_0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afc1e879ff55276e2e96fb1ca22007ec46daa97f;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/configure.ac b/configure.ac index 37f15913bb..9ef36ff41b 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.7.14], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.7.15], [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 0133c0dd29..384aa69dd2 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.7.14], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls], [2.7.15], [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 6308859c54..c0587747bd 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, 40) - AC_SUBST(LT_REVISION, 6) + AC_SUBST(LT_REVISION, 7) AC_SUBST(LT_AGE, 14) # Used when creating the Windows libgnutls-XX.def files. diff --git a/libextra/configure.ac b/libextra/configure.ac index e856d34214..8f651e3ee3 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.7.14], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls-extra], [2.7.15], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])