summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-05-19 17:15:23 +0200
committerSimon Josefsson <simon@josefsson.org>2008-05-19 17:15:23 +0200
commit2f321da1af791a01e976d681f9e8fa3c3a3674fb (patch)
treed87cd507ab7e5ff8e2c6433f8a845d4c67ee7837
parenta61c8dc763d291d8ace204b3ec0fdda81b36577e (diff)
downloadgnutls-2f321da1af791a01e976d681f9e8fa3c3a3674fb.tar.gz
Bump versions.
-rw-r--r--NEWS8
-rw-r--r--configure.in4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ceaa8d109e..4c1b612a5e 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.3.11 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.3.10 (released 2008-05-19)
** Added wide wildcard hostname matching.
@@ -40,6 +45,9 @@ Villanueva Che (discussion at
** Use umask to restrict permissions to owner before creating a file.
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.3.9 (released 2008-05-16)
** libgnutls: Fix build failures if SRP/OpenPGP is disabled.
diff --git a/configure.in b/configure.in
index 755e605f5e..75fe426d00 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.3.10], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.3.11], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_TARGET
@@ -37,7 +37,7 @@ AB_INIT
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 29)
-AC_SUBST(LT_REVISION, 4)
+AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 3)
ac_full=1