]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Wed, 27 Oct 2004 21:29:32 +0000 (21:29 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 27 Oct 2004 21:29:32 +0000 (21:29 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 8c7f37828c68683dc7873365bc676d4246da6c1c..830458eeced447564c05d94dee9679bf24dac582 100644 (file)
--- 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.
index 03899ccbe462605b8b0b249f3fe01a36cc6a074e..0db449ee3d34907c21fea5b43b70a8469d064418 100644 (file)
@@ -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)