From: Simon Josefsson Date: Thu, 28 May 2009 10:19:24 +0000 (+0200) Subject: Bump versions. X-Git-Tag: gnutls_2_9_1~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eae667fef29d22ae724a4ce77c6273fabc2720bd;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/configure.ac b/configure.ac index 3ac114b2fc..d01b8e0299 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.9.0], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.9.1], [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 d3394897fe..4952a4822b 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.9.0], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls], [2.9.1], [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 5ed6d1a19c..bb3f258cc3 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, 41) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 15) # Used when creating the Windows libgnutls-XX.def files. diff --git a/libextra/configure.ac b/libextra/configure.ac index 24ffd36fab..afb9c5ff66 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.9.0], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls-extra], [2.9.1], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])