summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-11 06:09:06 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-11 06:09:06 +0100
commit7c027119057cbdae69583898a5b0bf4fbd82cae1 (patch)
treed828116ef2ffa2a119bf257b4370a2d10febc0bf
parentbc7a6112d006659f3bd4375497bc2889f6ab8855 (diff)
downloadgnutls-7c027119057cbdae69583898a5b0bf4fbd82cae1.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 3e5b79d6e7..c6818a052a 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.3.10], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.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 f428dd71ea..7f459cf633 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, 69)
- AC_SUBST(LT_REVISION, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)