summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-02 14:46:18 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-02 14:46:18 +0200
commit36f07088e2979bf28e52fec4992d3da04e73eb6c (patch)
tree239e5b3cc64b3ab3b382ed29f425891a55c6fb26
parent97b9d887316450a595121f7a5ce07aeb18dc704b (diff)
downloadgnutls-36f07088e2979bf28e52fec4992d3da04e73eb6c.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 26124648d9..f4e9911d1b 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.1 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.5.0 (released 2008-07-02)
** Port fixes from v2.4.1 release, see below.
diff --git a/configure.in b/configure.in
index 8cf7611107..607bdd76a0 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.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.5.1], [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, 31)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 5)
# Used when creating the Windows libgnutls-XX.def files.