]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 27 Nov 2002 11:31:55 +0000 (11:31 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 27 Nov 2002 11:31:55 +0000 (11:31 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 645e3714e63debff3e433c231a36c9fcb4f125f5..348ee03f287c77bcbe70dcac23d662c20b0fcae4 100644 (file)
--- 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/
index c1324c9720c5334b7215648ced7f951d5e11e74c..43e408971e5c3e4fe9c793229453d26c214aba22 100644 (file)
@@ -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])