summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-06 10:59:38 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-06 10:59:38 +0200
commit29e5b6dcf4116ea0b1e8cb21aa706deea6325c5e (patch)
treefe0c7b3c22efdeeb130020f4215cc37d39a17060
parent416fb9320bf29353a42cf12506262ae2cabb589d (diff)
downloadgnutls-29e5b6dcf4116ea0b1e8cb21aa706deea6325c5e.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 f35caad128..efc37d50c9 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.6.1 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.6.0 (released 2008-10-06)
** libgnutls: Correct printing and parsing of IPv6 addresses.
diff --git a/configure.in b/configure.in
index cf4056fe4c..69e2a8c6d9 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.6.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.6.1], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -34,7 +34,7 @@ AM_CONFIG_HEADER(config.h)
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 37)
-AC_SUBST(LT_REVISION, 1)
+AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 11)
# Used when creating the Windows libgnutls-XX.def files.