summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-27 20:03:08 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-27 20:03:08 +0300
commite118b4c9c96f8c279ea5de0c7cccfd203e33765a (patch)
tree33ed17adfda8af0f8991abe949eb7fc3fd26b96f
parent6bdf7b1b89e147d9a574d13e0ff3ea922d27faba (diff)
downloadgnutls-e118b4c9c96f8c279ea5de0c7cccfd203e33765a.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 6e1bfa8908..32eff45a97 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.13], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.1.14], [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 5c6d81f68a..84647154b7 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, 47)
- AC_SUBST(LT_REVISION, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 19)
AC_SUBST(LT_SSL_CURRENT, 27)