From a14e62c3b152848d7ab0da9d9912005a1caa0a2d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 16 Feb 2018 08:27:56 +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 56a90dd260..10f46dbe55 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.6.2 (unreleased) +* Version 3.6.2 (released 2018-02-16) ** libgnutls: When verifying against a self signed certificate ignore issuer. That is, ignore issuer when checking the issuer's parameters strength, resolving diff --git a/configure.ac b/configure.ac index 0a908a3575..74822e27ad 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.6.1], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.2], [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 43347d53a7..469748155d 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -43,7 +43,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 50) - AC_SUBST(LT_REVISION, 1) + AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 20) AC_SUBST(LT_SSL_CURRENT, 27) -- cgit v1.2.1