diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-13 07:24:47 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-13 07:24:47 +0000 |
commit | 5d8a897fc424c028f86629c86dbfec00e3b67474 (patch) | |
tree | 0a16a91d1eb810f2041beef018c8288d743d9d37 /configure.in | |
parent | dc61d246157d89d1cd8f44224bb9424a3439fa9a (diff) | |
download | gnutls-5d8a897fc424c028f86629c86dbfec00e3b67474.tar.gz |
Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a95260510d..33c689d687 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=97 +GNUTLS_MICRO_VERSION=98 GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls]) |