]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Thu, 5 Nov 2009 16:41:27 +0000 (17:41 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 5 Nov 2009 16:41:27 +0000 (17:41 +0100)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index 8ca31d6e4d188d6d380fcce762850c23373fc8cd..b65864f4617efa0bf5e5303a88f07b30bb2c4d87 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
+* Version 2.9.9 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.9.8 (released 2009-11-05)
 
 ** libgnutls: Fix for memory leaks on interrupted handshake.
index 013d1824fe6da1a587e73ac72eac3714caa1893d..b24b3e11d4e2dbb1453336f9b8ad1fa0f6a431cc 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.9.8], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.9.9], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 7f1675770ea018af0fa074fdb7e8ed069970a489..3283cf0e04707423738cd605e39a502927af37e7 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.9.8], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.9.9], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 8e3ec92b5b611323d5d1c5aefd6c3db33b588e2f..c784f9255f2140dfbf5e2b85fa1793557f8c38c4 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 42)
-  AC_SUBST(LT_REVISION, 3)
+  AC_SUBST(LT_REVISION, 4)
   AC_SUBST(LT_AGE, 16)
 
   # Used when creating the Windows libgnutls-XX.def files.
index caf0ffc3ae2d73af61dc90f6c8d755b53ac4bf82..bc5a7a4f7da25c8c3211ba7563e0836289b9a66b 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.9.8], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.9.9], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])