summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-16 08:22:01 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-16 08:22:01 +0100
commit13e87869278dec1ede87a32687cad762f0601dff (patch)
treec42d7425c4b04f4e8b1e951ad79c67e93c9d9240
parentf6f8afe6178e846575e033c4afd289010f4fcdae (diff)
downloadgnutls-13e87869278dec1ede87a32687cad762f0601dff.tar.gz
bumped versiongnutls_3_5_18
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 22539ebdf6..e3c1066b6c 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.18 (unreleased)
+* Version 3.5.18 (released 2018-02-16)
** libgnutls: Addressed issue in the accelerated code which may affect interoperability
with versions of nettle > 3.4.
diff --git a/configure.ac b/configure.ac
index 367afd21d9..3b5d921523 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.17], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.18], [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 8c533b283b..8f97b7a824 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, 9)
+ AC_SUBST(LT_REVISION, 10)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)