summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-02-26 19:18:51 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-02-26 19:18:51 +0100
commitb1539b487e0e6d154f8f4a8b0a223e31f8e400fc (patch)
tree5cca6cbacff528e3f2707f67131cb618c5a82975
parentbac478c6f2950bef3e2ab0ed21c8eafc4440943f (diff)
downloadgnutls-b1539b487e0e6d154f8f4a8b0a223e31f8e400fc.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 e6dd3c8cfc..1abd44480e 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.1.21], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.1.22], [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 5e76352493..eb1452bb87 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, 49)
- AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 21)
AC_SUBST(LT_SSL_CURRENT, 27)