summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-01 12:19:29 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-01 12:19:29 +0000
commitbcf27ce987194388baac81206f5b825750c13383 (patch)
tree27531f00924adf1a5bdb07dc47a058eecdb1c456 /configure.in
parent53effc202555e76bf475b31da2530f10e553da35 (diff)
downloadgnutls-bcf27ce987194388baac81206f5b825750c13383.tar.gz
Added function to extract the public key algorithm of a DER encoded private key.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 508935832f..c894ad603d 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=5
-GNUTLS_MICRO_VERSION=8
+GNUTLS_MICRO_VERSION=9
GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])