summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-08-24 09:32:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-08-24 09:32:55 +0200
commitcd5d5362647eabfe9b296f92def997706a28fa04 (patch)
tree6c8f8c5dc0a7447647193b8ab26cafb71c41ffb7
parent2f29a242d816ed79f683e2b7d8a8d8c16355e48a (diff)
downloadgnutls-cd5d5362647eabfe9b296f92def997706a28fa04.tar.gz
released 3.2.17
-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 281c6c667e..2f86c904f2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.2.17 (unreleased)
+* Version 3.2.17 (released 2014-08-24)
** libgnutls: initialize parameters variable on PKCS #8 decryption.
diff --git a/configure.ac b/configure.ac
index 1f9634a6c1..b082047860 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.2.16], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.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 06af7c8b19..9877984857 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 58)
- AC_SUBST(LT_REVISION, 7)
+ AC_SUBST(LT_REVISION, 8)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)