summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-08 07:35:36 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-08 07:35:36 +0200
commit9c454622fd645753f6c39a2e5c63dbbe3f1e327e (patch)
treef9bb211df7ff1a44ff46b30b95c5b00f621399fd
parentdcb75d96848ea5e5ede8f1ea5349d97a36590375 (diff)
downloadgnutls_3_4_15.tar.gz
bumped versionsgnutls_3_4_15
-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 0568631037..d95372cd80 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.4.14], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.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 51abda20cd..54e9b764f8 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, 36)
- AC_SUBST(LT_REVISION, 6)
+ AC_SUBST(LT_REVISION, 7)
AC_SUBST(LT_AGE, 6)
AC_SUBST(LT_SSL_CURRENT, 27)