summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-02-13 10:27:59 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-02-13 10:27:59 +0100
commit200e217c66e4f4e8e01d021a3e5570f977993023 (patch)
tree5832fe006a4cf0686f5b57b99668ec31b3caff79
parent2b90aacb0f70a2b386c5388a1d1eaf8b9cfbbc20 (diff)
downloadgnutls-200e217c66e4f4e8e01d021a3e5570f977993023.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 a81d85fd4d..eb19e5b172 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.10], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.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 cbed2a02ab..411f93ab5a 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, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)