]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Sun, 3 May 2009 19:44:05 +0000 (21:44 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sun, 3 May 2009 19:44:05 +0000 (21:44 +0200)
NEWS
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index d6e5881249fb0eadd3207651b72e9493ab9f0e22..6ddbaa6eeabf42fccf925a1aeb2f09bbf53f9107 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.9 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.7.8 (released 2009-05-03)
 
 ** libgnutls: Fix DSA key generation.
index 467555d4d48e6f95c867f05608cc61a016a70838..dbd4357a4c3699d9fd97c8a63e431816160aaf81 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.8], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.9], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index b4224142f2a3b01be6a8534e09350b362ab780ce..0e48211aa778ba025c6c3c86f167362275b95dfb 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.8], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.7.9], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 370d4c8862852710dbcb89eaa06223fb4b6b4be1..7a191c5a6e75d6ce9d0f9ba3d559bb8ed55b59ca 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, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 14)
 
   # Used when creating the Windows libgnutls-XX.def files.
index 821ab6eb91ce21084fce7f57b3a6ba288dc9acff..df7b72a65c95d1a7d59a3baa78f1950937233f85 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.8], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.7.9], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])