summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-26 13:08:41 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-26 13:08:41 +0100
commitaf23aad42aef49c72fbf7bb1f2f6cf72b0cf6b26 (patch)
tree6e216d3a7400ba6da2c7690e1d92680d3fe6a1fd
parent0ecf1aadf173012a7771e293cbe1d21cbe1cd45e (diff)
downloadgnutls-af23aad42aef49c72fbf7bb1f2f6cf72b0cf6b26.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 579ea3897f..d3b04a48d4 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.3 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.3.2 (released 2008-02-26)
** Fix srcdir!=objdir failure in openpgpself test.
diff --git a/configure.in b/configure.in
index 5ae1cf0970..cf7fcee60d 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.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.3.3], [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, 28)
-AC_SUBST(LT_REVISION, 1)
+AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 2)
ac_full=1