]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump version.
authorSimon Josefsson <simon@josefsson.org>
Mon, 20 Apr 2009 15:38:07 +0000 (17:38 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 20 Apr 2009 15:38:07 +0000 (17:38 +0200)
NEWS
build-aux/gendocs.sh [changed mode: 0644->0755]
configure.ac
lib/configure.ac
lib/m4/hooks.m4
libextra/configure.ac

diff --git a/NEWS b/NEWS
index fb7a748165efc63851fbe53d67794fa519594d5c..3becec426698081d47f518d1359ac140195972aa 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.8 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.7.7 (released 2009-04-20)
 
 ** libgnutls: Applied patch by Cedric Bail to add functions
old mode 100644 (file)
new mode 100755 (executable)
index bb9b9a3ae83764e0ca44169e86723fc93f4224e1..467555d4d48e6f95c867f05608cc61a016a70838 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.7], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.8], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 47a4d27e057b7deaa4ba44f800d28eff61153c57..b4224142f2a3b01be6a8534e09350b362ab780ce 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.7], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.7.8], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index a52e8a4c62eb170f83c91244cfeadfc61c515290..370d4c8862852710dbcb89eaa06223fb4b6b4be1 100644 (file)
@@ -26,9 +26,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces changed/added/removed:   CURRENT++       REVISION=0
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
-  AC_SUBST(LT_CURRENT, 39)
-  AC_SUBST(LT_REVISION, 3)
-  AC_SUBST(LT_AGE, 13)
+  AC_SUBST(LT_CURRENT, 40)
+  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_AGE, 14)
 
   # Used when creating the Windows libgnutls-XX.def files.
   DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`
index 5059701ea870b5dcdbdc5f73ed6c13200b63e08f..821ab6eb91ce21084fce7f57b3a6ba288dc9acff 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.7], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.7.8], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])