From 11d2768ee2d9946125334e452ddeb86b813bbead Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 17 Jan 2018 08:02:46 +0100 Subject: bumped version Signed-off-by: Nikos Mavrogiannopoulos --- NEWS | 2 +- configure.ac | 2 +- m4/hooks.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2f6dd6d88c..5cda83338a 100644 --- 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.5.17 (unreleased) +* Version 3.5.17 (released 2018-01-17) ** libgnutls: Address issue of loading of all PKCS#11 modules on startup on systems with a PKCS#11 trust store (as opposed to a file trust store). diff --git a/configure.ac b/configure.ac index 73e5036772..367afd21d9 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [3.5.16], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.5.17], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST diff --git a/m4/hooks.m4 b/m4/hooks.m4 index b899501121..8c533b283b 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 44) - AC_SUBST(LT_REVISION, 8) + AC_SUBST(LT_REVISION, 9) AC_SUBST(LT_AGE, 14) AC_SUBST(LT_SSL_CURRENT, 27) -- cgit v1.2.1