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

diff --git a/NEWS b/NEWS
index 0d67ac1d559a2da6b1f7d578a4ec51bcb5ce83bb..e9d129f5b56fd7315741a361dbbda4a8a7d200f3 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.4 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.11.3 (released 2010-10-14)
 
 ** Indent code to follow the GNU Coding Standard.
index be4b989f16dcda2ea72e7a1f82ffde29ef4ad5a8..a6a3647e87f674c7c28961dbb2dd68d29e4e1d95 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.3], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.11.4], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index fb84373bc946ddf9d11348aaafbd575011221b5d..d015abe1aa3a184f8c857189201a4cb73be126d2 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.3], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.11.4], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 33e2ba4947ca76e068f34a16114ccdfc55b09eb9..ecd4c543489d50576e640ccc908b48fe1645a947 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, 1)
+  AC_SUBST(LT_REVISION, 2)
   AC_SUBST(LT_AGE, 18)
 
   AC_SUBST(CXX_LT_CURRENT, 27)
index e191d221b7cb2617b61e49a3bfca2b1e2a091b68..bf07a0ef98dbf83a76464030b494f35b0d63571c 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.3], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.11.4], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])