]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Mon, 8 Sep 2008 13:22:19 +0000 (15:22 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 8 Sep 2008 13:22:19 +0000 (15:22 +0200)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 65c11fef055c1edbc5c4340704af0a2a100fa0b7..415594daf85e4ca1f76e28c31f5bb32d74111bc3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,15 @@ 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.7 (unreleased)
+
+** Fix libgnutls shared library version.
+It wasn't properly incremented after adding symbols in the last
+release.
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.5.6 (released 2008-09-08)
 
 ** libgnutls: Add interface to deal with public key and signature algorithms.
index df47ca8a579df9f4600b2314a880d3aa6e5d9e97..2bab037fc4c71bd8eb8a5f108efdf728f10389f1 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.6], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.5.7], [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, 34)
-AC_SUBST(LT_REVISION, 1)
-AC_SUBST(LT_AGE, 8)
+AC_SUBST(LT_CURRENT, 35)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 9)
 
 # Used when creating the Windows libgnutls-XX.def files.
 SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`