]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Fri, 15 Oct 2010 13:51:55 +0000 (15:51 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 15 Oct 2010 13:51:55 +0000 (15:51 +0200)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index 36af84cc856e0e332e9e889338878553461a6f8d..b87f11c6ff392a28c8d99b6fd7b05b92ef57255a 100644 (file)
--- 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.5 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.11.4 (released 2010-10-15)
 
 ** libgnutls: Add new API gnutls_session_channel_binding.
index a6a3647e87f674c7c28961dbb2dd68d29e4e1d95..d9f2b60b3f9a90308ee965097e101d12a374a3a6 100644 (file)
@@ -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.4], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.11.5], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index d015abe1aa3a184f8c857189201a4cb73be126d2..0d30e8adef6136bdaa67ebafd9855012a3410317 100644 (file)
@@ -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.4], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.11.5], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index c4d6e00573d734e8f1b9052595121808eb0f4b99..681e0ccff9b912d7575c4f98dad2422152aef966 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 44)
-  AC_SUBST(LT_REVISION, 2)
+  AC_SUBST(LT_REVISION, 3)
   AC_SUBST(LT_AGE, 18)
 
   AC_SUBST(CXX_LT_CURRENT, 27)
index bf07a0ef98dbf83a76464030b494f35b0d63571c..f6100c998014e6d16a215409c277d42d3e2dadac 100644 (file)
@@ -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.4], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.11.5], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])