summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-02-23 21:33:32 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-02-23 21:33:32 +0100
commitbb7d833d838551fc9206ac6ec3358efce7a17ea6 (patch)
tree5f254c8ca1d56e3f3d911b4a3ed50367d1a6a6a1
parenta8671a88f737729eb12c4ea224e173b24b8409b1 (diff)
downloadgnutls-bb7d833d838551fc9206ac6ec3358efce7a17ea6.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 69bc212414..55b5f80eae 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.11], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.12], [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 411f93ab5a..5ac665dc7f 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, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)