From: Simon Josefsson Date: Thu, 4 Nov 2004 21:50:51 +0000 (+0000) Subject: Bump versions. X-Git-Tag: gnutls_1_0_23~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e7bc14aa5e20cc4017474945b0651d8de4e275d;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index 5cbf3f7030..be76ca9faf 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Copyright (C) 2004 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. +* Version 1.1.23 + * Version 1.1.22 (2004-11-04) - Replace GNU LD version script with Libtool -export-symbols-regex, from Joe Orton . diff --git a/configure.in b/configure.in index 2485274dec..d35916e464 100644 --- a/configure.in +++ b/configure.in @@ -20,12 +20,12 @@ dnl License along with GNU TLS; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA -AC_INIT(gnutls, [1.1.22], [bug-gnutls@gnu.org]) -AC_PREREQ(2.57) +AC_INIT(gnutls, [1.1.23], [bug-gnutls@gnu.org]) +AC_PREREQ(2.59) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 gnits dist-bzip2]) AM_CONFIG_HEADER(config.h) AB_INIT @@ -34,7 +34,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=13 -LT_REVISION=22 +LT_REVISION=23 LT_AGE=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)