summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-08 07:17:34 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-08 07:17:34 +0100
commit2ddaab7e0cf713113e1d04cf4c9f06ce3c2b6914 (patch)
treecb1979a5280824e37bcb271418e925205012090e
parentfa18439ec47e40cd06f5763157356befba344fba (diff)
downloadgnutls-2ddaab7e0cf713113e1d04cf4c9f06ce3c2b6914.tar.gz
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 88aa788822..a586e7aae4 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.5.7 (unreleased)
+* Version 3.5.7 (released 2016-12-8)
** libgnutls: Include CHACHA20-POLY1305 ciphersuites in the SECURE128
and SECURE256 priority strings.
diff --git a/configure.ac b/configure.ac
index cfe1a984de..ef40f3d740 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.6], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.7], [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 36be582b1f..89471643bd 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, 42)
+ AC_SUBST(LT_CURRENT, 43)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 12)
+ AC_SUBST(LT_AGE, 13)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)