summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-27 21:29:32 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-27 21:29:32 +0000
commit10c9c205aed75707b293f08ecc3af07fa008cb2b (patch)
tree1dde03670c099dcba6445f5fcc896bcec07fbcee
parentcdb86113ad175c7295088477ed9a398aee4d5da0 (diff)
downloadgnutls-10c9c205aed75707b293f08ecc3af07fa008cb2b.tar.gz
Bump versions.
-rw-r--r--NEWS4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
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)