summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-07-16 10:33:51 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-07-16 10:33:51 +0000
commit28abbeae78f683c747de710cf6ba3fffa3952aa7 (patch)
tree4530b9972f91ebcf30f04dfb9673250bdf93b47a
parent3dc4bf2b35fe3b47e899375c1138100c04b5f11e (diff)
downloadgnutls-28abbeae78f683c747de710cf6ba3fffa3952aa7.tar.gz
*** empty log message ***
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c92d922ad6..4a3c5d98c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.1.11
+Version 1.1.11 (16/07/2004)
- Added the '_t' suffix to all exported symbols.
- Fixed bug in RSA encryption, report and patch by Martijn Koster
<mak@greenhills.co.uk>.
diff --git a/configure.in b/configure.in
index 810e74b13b..0cec171aec 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])
-GNUTLS_GCRYPT_VERSION=1:1.1.94
+GNUTLS_GCRYPT_VERSION=1:1.2.0
GNUTLS_LIBTASN1_VERSION=0.2.10
AC_DEFINE_UNQUOTED(GNUTLS_GCRYPT_VERSION, "$GNUTLS_GCRYPT_VERSION", [version of gcrypt])
AC_DEFINE_UNQUOTED(GNUTLS_LIBTASN1_VERSION, "$GNUTLS_LIBTASN1_VERSION", [version of libtasn1])