From: Simon Josefsson Date: Wed, 27 Oct 2004 21:29:32 +0000 (+0000) Subject: Bump versions. X-Git-Tag: gnutls_1_0_22~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10c9c205aed75707b293f08ecc3af07fa008cb2b;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index 8c7f37828c..830458eece 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ Copyright (C) 2004 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. +* Version 1.1.22 +- The API manual is included in Devhelp format. (Was in last release too, + but the NEWS entry was forgotten.) + * Version 1.1.21 (2004-10-27) - Print DN of certificates with unknown characters in them, but in hexform only. diff --git a/configure.in b/configure.in index 03899ccbe4..0db449ee3d 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ 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.21], [bug-gnutls@gnu.org]) +AC_INIT(gnutls, [1.1.22], [bug-gnutls@gnu.org]) AC_PREREQ(2.57) AC_CANONICAL_TARGET @@ -34,7 +34,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=13 -LT_REVISION=21 +LT_REVISION=22 LT_AGE=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)