summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-16 17:23:21 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-16 17:23:21 +0200
commit5cff6d578d0c38c56f2c8dfafa7d6dfc3ecbc4db (patch)
tree43b9f5ba86f87cb1305a4f6663e8928f094392d7
parentc686142a3238c70b5d208361d118d4c174e2fd03 (diff)
downloadgnutls-5cff6d578d0c38c56f2c8dfafa7d6dfc3ecbc4db.tar.gz
Bump versions.
-rw-r--r--NEWS5
-rw-r--r--configure.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c7a1695813..205ace57b4 100644
--- 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.8 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.5.7 (released 2008-09-16)
** libgnutls: New interfaces to get name of public key and signing algorithms.
diff --git a/configure.in b/configure.in
index 2bab037fc4..f928b6b251 100644
--- a/configure.in
+++ b/configure.in
@@ -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.7], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.5.8], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.10 dist-bzip2])
@@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h)
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 35)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 9)
# Used when creating the Windows libgnutls-XX.def files.