From 5dfa1c4968375c32b09634cff43472de75402167 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 14 Dec 2016 09:50:24 +0100 Subject: bumped versions and added news entry for 3.6.0 [ci skip] --- NEWS | 6 ++++++ configure.ac | 2 +- m4/hooks.m4 | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a586e7aae4..9b8e35e3ca 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc. Copyright (C) 2013-2016 Nikos Mavrogiannopoulos See the end for copying conditions. +* Version 3.6.0 (unreleased) + +** API and ABI modifications: +No changes since last version. + + * Version 3.5.7 (released 2016-12-8) ** libgnutls: Include CHACHA20-POLY1305 ciphersuites in the SECURE128 diff --git a/configure.ac b/configure.ac index bc59152693..e30ef8bd97 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.7], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.0], [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 89471643bd..c1beb3c3b8 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, 43) + AC_SUBST(LT_CURRENT, 53) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 13) + AC_SUBST(LT_AGE, 23) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) -- cgit v1.2.1