]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Wed, 20 May 2009 11:07:01 +0000 (13:07 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 20 May 2009 11:07:01 +0000 (13:07 +0200)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index a86ff9fd4ddfab2b67b2007931c5c52d99c6ba30..114d004a6d5ec2fb972d0ce3f47f36c5d1805c99 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.13 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.7.12 (released 2009-05-20)
 
 ** gnutls-serv, gnutls-cli-debug: Make them work on Windows.
index e4769e34acd30f01c72368bb758b7db877f44c6a..b6ecd7446b20ecd0f763e5ed0b9a4f2a382b12d3 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.12], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.13], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 832b7c4dd39b6d6cbafbd462c419f14d652e23da..ab0e160fb7fda4b21b5004bc2029ef7cf64c241d 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.12], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.7.13], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index ce87672731a23c03aa73e1983a09e3db642b1c8e..771c64ad650c4d0beace76a9cb699d04a2559292 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, 4)
+  AC_SUBST(LT_REVISION, 5)
   AC_SUBST(LT_AGE, 14)
 
   # Used when creating the Windows libgnutls-XX.def files.
index b6a1fb360f5a90743c202b8f7aca311b038ed718..7b699d6d70aa91540b5caf9cf149faab92d7cb93 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.12], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.7.13], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])