From: Simon Josefsson Date: Sat, 28 May 2005 11:55:17 +0000 (+0000) Subject: Bump versions. X-Git-Tag: gnutls_1_2_5~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=148bb47c4ee37beccabed5be91dd1258e5409653;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index b343311c8c..34c073e570 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Copyright (C) 2004, 2005 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. +* Version 1.2.5 + * Version 1.2.4 (2005-05-28) - Corrected some bugs that could affect 64 bit systems. - Some corrections in the header files to include the prototype diff --git a/configure.in b/configure.in index e2e338dd8a..7358f7332c 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script. # along with GNUTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_INIT(gnutls, [1.2.4], [bug-gnutls@gnu.org]) +AC_INIT(gnutls, [1.2.5], [bug-gnutls@gnu.org]) AC_PREREQ(2.59) AC_CANONICAL_TARGET @@ -33,7 +33,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=15 -LT_REVISION=1 +LT_REVISION=2 LT_AGE=3 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)