From: Simon Josefsson Date: Tue, 7 Dec 2010 12:12:50 +0000 (+0100) Subject: Bump versions. X-Git-Tag: gnutls_2_11_7~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752f4cb12a79e4388a6274fe9e49126255fe2494;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index 5745e86bca..3c72bd9893 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,11 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. +* Version 2.11.7 (unreleased) + +** API and ABI modifications: +No changes since last version. + * Version 2.11.6 (released 2010-12-06) ** libgnutls: Record version of Client Hellos is now set by default to diff --git a/configure.ac b/configure.ac index 7118dcf1ac..7ae0758c0d 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.6], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.11.7], [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 7db43dc8ed..aca2e44c73 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.6], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls], [2.11.7], [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 e053db5b09..d52000b38f 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, 5) + AC_SUBST(LT_REVISION, 6) AC_SUBST(LT_AGE, 18) AC_SUBST(CXX_LT_CURRENT, 27) diff --git a/libextra/configure.ac b/libextra/configure.ac index 1f915f933b..d63dfd80e2 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.6], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls-extra], [2.11.7], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])