From 2bb6b97ce61b974810f8c25ffe5da07411d220ff Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 20 Aug 2017 19:38:39 +0200 Subject: bumped version Signed-off-by: Nikos Mavrogiannopoulos --- NEWS | 3 +++ configure.ac | 2 +- m4/hooks.m4 | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 95dbb453b7..df892c678c 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ See the end for copying conditions. in PKCS#8 form, following draft-mavrogiannopoulos-pkcs8-validated-parameters-00.txt. This removes the need for a non-standard key format. +** API and ABI modifications: +No changes since last version. + * Version 3.5.14 (released 2017-07-04) diff --git a/configure.ac b/configure.ac index 0a4bfeba30..3d7feaccc9 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.14], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.5.15], [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 5bbc6e58c1..7d13f782f4 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, 6) + AC_SUBST(LT_REVISION, 7) AC_SUBST(LT_AGE, 14) AC_SUBST(LT_SSL_CURRENT, 27) -- cgit v1.2.1