summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-15 10:32:15 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-15 10:32:15 +0200
commita91c92c380a8f242e10a6aa1380506147a859665 (patch)
tree310aaa30f41f4aee372d35c65acb892f580087a7
parenta7f790e5707e46d6251fad3ec3e18c9f3844ce11 (diff)
downloadgnutls-a91c92c380a8f242e10a6aa1380506147a859665.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3d7feaccc9..72fa336688 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.15], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.16], [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 7d13f782f4..b899501121 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, 7)
+ AC_SUBST(LT_REVISION, 8)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)