summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-12 20:46:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-12 20:46:23 +0200
commit36ac59a56027d8470089f5a12989f5ad4fc6507f (patch)
treee8e0952a9fc29bb1c27cd858b71f6069f16feab1
parente5708e7a8c659510d90fb5773f7d691bdf7bf6f5 (diff)
downloadgnutls-36ac59a56027d8470089f5a12989f5ad4fc6507f.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 6d581450dd..8c29fe979b 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.0.30], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.31], [bug-gnutls@gnu.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 bcbb0cf7ec..bd359ad120 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, 39)
- AC_SUBST(LT_REVISION, 5)
+ AC_SUBST(LT_REVISION, 6)
AC_SUBST(LT_AGE, 11)
AC_SUBST(LT_SSL_CURRENT, 27)