summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-03-07 10:11:41 +0100
committerSimon Josefsson <simon@josefsson.org>2008-03-07 10:11:41 +0100
commit3e844e7d69662c92725c40ad9e4970c2e6823894 (patch)
tree3dfc085e7fd2a92da8fd6e6e7d3ab1514a86f9e0
parentaf0e93b850b175bfc035e4cac1db9e28af15d722 (diff)
downloadgnutls-3e844e7d69662c92725c40ad9e4970c2e6823894.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 ef664e0efa..7f837b3093 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.2.3 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.2.2 (released 2008-02-21)
** Cipher priority string handling now handle strings that starts with NULL.
diff --git a/configure.in b/configure.in
index 2a6c712ff8..333091845a 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.2.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.2.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, 27)
-AC_SUBST(LT_REVISION, 3)
+AC_SUBST(LT_REVISION, 4)
AC_SUBST(LT_AGE, 1)
ac_full=1