summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-09 20:43:51 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-09 21:26:19 +0200
commiteeaa513ac39275eae90f4ee8d36548afa7803e63 (patch)
treed08e08089f2eeb1a81ef97e74290e116b11dc310
parentff3e5185a0d4f4d2e0418b2c735c84272054dcdd (diff)
downloadgnutls-eeaa513ac39275eae90f4ee8d36548afa7803e63.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 b02e3b0df0..5b5535f021 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.3.16], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.17], [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 3e298535ab..63357372f5 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 69)
- AC_SUBST(LT_REVISION, 8)
+ AC_SUBST(LT_REVISION, 9)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)