]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Thu, 14 Aug 2008 08:40:06 +0000 (10:40 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 14 Aug 2008 08:40:06 +0000 (10:40 +0200)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index e42f7bea19924eb8f6f0ab61ff1b910611efce5f..9d4874b25332adb9c7c89a519e5467066a0cc5f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ 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.5.4 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.5.3 (released 2008-08-14)
 
 ** libgnutls: New API to set the public parameters in a certificate request
index 3cf7b056c199fd919c73bd6a162700fa1877b827..95851b9c91f7c319f5d1c349fee07e2a70184423 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.5.3], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.5.4], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.10 dist-bzip2])
@@ -32,9 +32,9 @@ AM_CONFIG_HEADER(config.h)
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 32)
-AC_SUBST(LT_REVISION, 1)
-AC_SUBST(LT_AGE, 6)
+AC_SUBST(LT_CURRENT, 33)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 7)
 
 # Used when creating the Windows libgnutls-XX.def files.
 SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`