summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b1de79dc39..e2af7a4716 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.9.91
+Version 0.9.91 (17/10/2003)
- Fixed a compilation issue in the openpgp authentication part.
Version 0.9.90 (08/10/2003)
diff --git a/configure.in b/configure.in
index eafaec7a2f..78fcd738e1 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name])
dnl Gnutls Version
GNUTLS_MAJOR_VERSION=0
GNUTLS_MINOR_VERSION=9
-GNUTLS_MICRO_VERSION=90
+GNUTLS_MICRO_VERSION=91
GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])