]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped versions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 25 Jan 2019 07:18:01 +0000 (08:18 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 25 Jan 2019 07:26:15 +0000 (08:26 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 43feb1f8ca5cae11ae32c6dd7be208f2392e88e2..c56c9dd78fc1f7b2ebd6e7549e834f6156a80b98 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
 Copyright (C) 2013-2017 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 3.6.6 (unreleased)
+* Version 3.6.6 (released 2019-01-25)
 
 ** libgnutls: gnutls_pubkey_import_ecc_raw() was fixed to set the number bits
    on the public key (#640).
index 8cc4c26d60f14e7486d97621d4c3fb4b6bf3b236..ea6f39c5338ad927f36c7b774ad34d4c7e8855df 100644 (file)
@@ -21,7 +21,9 @@ dnl Process this file with autoconf to produce a configure script.
 # USA
 
 AC_PREREQ(2.63)
-AC_INIT([GnuTLS], [3.6.5], [bugs@gnutls.org])
+
+dnl when updating version also update LT_REVISION in m4/hooks.m4
+AC_INIT([GnuTLS], [3.6.6], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4])
 AC_CANONICAL_HOST
index 2762da6d55a8fe8b27ba0f9a62e4d68969fa9a59..eb94e6f1ea851820983c4ade3dab3a1a3e6e7d7b 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   #
   # Interfaces removed:                           AGE=0 (+bump all symbol versions in .map)
   AC_SUBST(LT_CURRENT, 53)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 23)
 
   AC_SUBST(LT_SSL_CURRENT, 27)