summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 18:35:04 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 18:35:04 +0200
commitb1ed88080ef0b45929a3c81d853e476624e3d64c (patch)
treed7ff8a5e0e8e59d70852f0e3b601fd1d495aaf0c
parent83b5bf53c179c88f4c30b10f434ae536d8d0b021 (diff)
downloadgnutls-b1ed88080ef0b45929a3c81d853e476624e3d64c.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 cb87edefb1..0568631037 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.13], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.14], [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 3d65749a23..51abda20cd 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, 5)
+ AC_SUBST(LT_REVISION, 6)
AC_SUBST(LT_AGE, 6)
AC_SUBST(LT_SSL_CURRENT, 27)