From: Simon Josefsson Date: Tue, 19 Aug 2008 16:09:58 +0000 (+0200) Subject: Bump versions. X-Git-Tag: gnutls_2_5_5~51^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1b7e50e9e6ef8152d262e79c8dccd4e9c1a7b72;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index 279110bf73..676c96bbfa 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.5.5 (unreleased) + +** API and ABI modifications: +No changes since last version. + * Version 2.5.4 (released 2008-08-19) ** Fix secure memory initialization of libgcrypt. diff --git a/configure.in b/configure.in index 95851b9c91..cd4e7f9a78 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.5.4], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.5.5], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.10 dist-bzip2]) @@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 33) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 7) # Used when creating the Windows libgnutls-XX.def files.