summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-20 19:38:39 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-20 19:38:39 +0200
commit2bb6b97ce61b974810f8c25ffe5da07411d220ff (patch)
treebd5d5c14675dfeab4d3ef754eebe7e652c2368f2
parent6e67bb74e8f3938784726eff434b9122ad3c6cd8 (diff)
downloadgnutls-2bb6b97ce61b974810f8c25ffe5da07411d220ff.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
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)