summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-15 05:56:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-15 05:56:45 +0100
commitc2a66bd9282c13da9e4b4d54fb77a89d0061cb6b (patch)
treedbd4b01ada25e2bf3c2f2949d88629bf192e806b
parent4866dcc6abd2ed45c2c1f5449ba98f37c0cb33dd (diff)
downloadgnutls-c2a66bd9282c13da9e4b4d54fb77a89d0061cb6b.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 c85947f8f1..51b7a4b9df 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.16], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.1.17], [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 11742c0fb6..af0d0becf4 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, 48)
- AC_SUBST(LT_REVISION, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 20)
AC_SUBST(LT_SSL_CURRENT, 27)