summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-08 07:42:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-08 07:42:45 +0100
commit300a52a6007ef2a9559e9597b01114667dbf96c7 (patch)
tree134d833056f2426d93f377c4c50d626c82245194
parent13e26f4e0b194fc8e4571f9650b58de0618a0943 (diff)
downloadgnutls-300a52a6007ef2a9559e9597b01114667dbf96c7.tar.gz
bumped versions
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 97f610dfa2..ae6ff85b08 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.4.17 (unreleased)
+* Version 3.4.17 (released 2016-12-8)
** libgnutls: Introduced time and constraints checks in the end certificate
in the gnutls_x509_crt_verify_data2() and gnutls_pkcs7_verify_direct()
diff --git a/configure.ac b/configure.ac
index c9846df5a2..3469284d72 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.4.16], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.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 c918758bbb..ca049fd012 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 36)
- AC_SUBST(LT_REVISION, 8)
- AC_SUBST(LT_AGE, 6)
+ AC_SUBST(LT_CURRENT, 37)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 7)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)