From 5c8c7ece153174e9f93d4ac3f30b6b31074a3594 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 29 Apr 2008 13:01:38 +0200 Subject: Bump versions. --- NEWS | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1e999bc253..9cd528c486 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.9 (unreleased) + +** API and ABI modifications: +No changes since last version. + * Version 2.3.8 (released 2008-04-29) ** libgnutls: Increase default handshake packet size limit to 48kb. diff --git a/configure.in b/configure.in index 559bb6132b..e54d19fa1d 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.8], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.3.9], [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, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 3) ac_full=1 -- cgit v1.2.1