From: Nikos Mavrogiannopoulos Date: Wed, 27 Nov 2002 11:31:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_6_0~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02c345f1e326161ea133e7e22249af03e1c2f2d9;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 645e3714e6..348ee03f28 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.?.? +Version 0.5.12 - Added "gnutls/compat4.h" header. This is included in gnutls.h to emulate the old 0.4.x API. - Example programs are now stored in doc/examples/ diff --git a/configure.in b/configure.in index c1324c9720..43e408971e 100644 --- a/configure.in +++ b/configure.in @@ -11,8 +11,8 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name]) dnl Gnutls Version GNUTLS_MAJOR_VERSION=0 -GNUTLS_MINOR_VERSION=6 -GNUTLS_MICRO_VERSION=0 +GNUTLS_MINOR_VERSION=5 +GNUTLS_MICRO_VERSION=12 GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])