summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-07-22 23:46:25 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-07-22 23:46:25 +0200
commitdb809e1605f7cbec22dfc376d25b036070bd1a46 (patch)
tree3dee4314dddf044e70774133bcb83c43bfe44765
parent82805f09e3f9da95ffc60a05ac9ee6ddbc392a2f (diff)
downloadgnutls-db809e1605f7cbec22dfc376d25b036070bd1a46.tar.gz
bumped version
-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 23a72f87f5..1f9634a6c1 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.2.15], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.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 b467ac2652..b180f95a20 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 58)
- AC_SUBST(LT_REVISION, 6)
+ AC_SUBST(LT_REVISION, 7)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)