summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-09 08:19:38 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-09 08:19:38 +0200
commit7b3e88b7f2038b6abf1ef5260594363ae0785549 (patch)
tree6870655c242fdd78e993e94a96e77c99767fa470
parent9594e8a72f8fbfe9b4c7ba4b28224469ac23a68d (diff)
downloadgnutls-7b3e88b7f2038b6abf1ef5260594363ae0785549.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 0220b29ea6..01a71bf29f 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.10], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.11], [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 148d6be31b..1e09d6ddce 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, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 6)
AC_SUBST(LT_SSL_CURRENT, 27)