]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Sun, 5 Oct 2008 13:48:30 +0000 (15:48 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sun, 5 Oct 2008 13:48:30 +0000 (15:48 +0200)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index b94cfbf051bd74e05d2545e65b997d4430352bcd..d7af0c3ace59150dbda66caa8d48dfeedbc763b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 2.6.0 (unreleased)
+* Version 2.7.0 (unreleased)
 
 ** libgnutls: Added functions to handle CRL extensions.
 
index 9d1f983c5f46be5a22a8690511b3eebeaf4c129e..4f024e576a31b6195a267361bb34716b41074857 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.6.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.0], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -33,9 +33,9 @@ AM_CONFIG_HEADER(config.h)
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 37)
-AC_SUBST(LT_REVISION, 1)
-AC_SUBST(LT_AGE, 11)
+AC_SUBST(LT_CURRENT, 38)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 12)
 
 # Used when creating the Windows libgnutls-XX.def files.
 SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`