]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Tue, 26 May 2009 08:57:43 +0000 (10:57 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 26 May 2009 08:57:43 +0000 (10:57 +0200)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index abebe723151fd084cbb98d6f61e68cb378ab05d5..de91d026b6a9786aa46665e755787751885146e6 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.7.14 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.7.13 (released 2009-05-25)
 
 ** libgnutls: Fix version of some exported symbols in the shared library.
index b6ecd7446b20ecd0f763e5ed0b9a4f2a382b12d3..37f15913bb23c95233463536e7a447076ac91a8c 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.7.13], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.14], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index ab0e160fb7fda4b21b5004bc2029ef7cf64c241d..0133c0dd29fa728e367066362e642d81f42b77a9 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.7.13], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.7.14], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 771c64ad650c4d0beace76a9cb699d04a2559292..6308859c54fbd6961843c74ae6fff04b4e5a024c 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 40)
-  AC_SUBST(LT_REVISION, 5)
+  AC_SUBST(LT_REVISION, 6)
   AC_SUBST(LT_AGE, 14)
 
   # Used when creating the Windows libgnutls-XX.def files.
index 7b699d6d70aa91540b5caf9cf149faab92d7cb93..e856d3421461214e005eff903d25952110501c29 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.7.13], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.7.14], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])