summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-16 08:27:56 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-16 08:27:56 +0100
commita14e62c3b152848d7ab0da9d9912005a1caa0a2d (patch)
tree744e99375ca2c830d222c52f95aa1c1d980b1565
parenta8c8a56d15f218f5f84a711fddd1752d9bd427b4 (diff)
downloadgnutls_3_6_2.tar.gz
bumped versiongnutls_3_6_2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
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)