summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-11 05:59:52 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-11 05:59:52 +0100
commitf64b562f0bc3ad4d649414c07398979b4f4afd16 (patch)
tree3ec3abc612a8d6230b9b4e0de7b1880d9e5adf10
parent4562c0b45b0b4bd0228533c63d96476c2fb2df3e (diff)
downloadgnutls-f64b562f0bc3ad4d649414c07398979b4f4afd16.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 a3c292cf0c..f74ad19509 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.20], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.21], [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 dbbd354aef..2ca6cc0dfb 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, 11)
+ AC_SUBST(LT_REVISION, 12)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)