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

diff --git a/NEWS b/NEWS
index 67d912fab32785dc5a6951b6ac1d3a38fb8fc26b..7ee3e6455bf68128632552655c8352e8a9ffdfe0 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.10 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.7.9 (released 2009-05-11)
 
 ** doc: Fix strings in man page of gnutls_priority_init.
index 0d9d0309710b0566079a8ec2bc8b8036af33570d..9208217d5f06824318bf9d6ca414d6d355714cd4 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.9], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.10], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index f7d18bb68062ba9a771016fb0bd0c875aabc8d32..e32c611cfde7463e56c5aaef59042e40b5ff1cc0 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.9], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.7.10], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 43260cd2e29306e05da1bab8ee1c3e0da84d6ad0..2aff3522de0ec40513dbf7108aec3b1ef3d5f0b9 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, 1)
+  AC_SUBST(LT_REVISION, 2)
   AC_SUBST(LT_AGE, 14)
 
   # Used when creating the Windows libgnutls-XX.def files.
index 4b96be3db3caeee1f323ae72730212a74fdf4994..efccc99f9ea5cc76b86fdcce58ad00b86bb6e518 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.9], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.7.10], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])