summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-12 11:45:32 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-12 11:46:11 +0200
commit50e40181b7adbcfbf5bd3b2875bc0d05a6b166ec (patch)
tree1d6360ac5cd0c8991eab482981db8d525243fe21
parentea87b7c9956f50bbe4e75baa285a359e57332203 (diff)
downloadgnutls-50e40181b7adbcfbf5bd3b2875bc0d05a6b166ec.tar.gz
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 703fef3c4d..60bde59ab2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.3.18 (unreleased)
+* Version 3.3.18 (released 2015-09-12)
** libgnutls: When re-importing CRLs to a trust list ensure that there
no duplicate entries.
diff --git a/configure.ac b/configure.ac
index 5b5535f021..64878e3f12 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.17], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.18], [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 63357372f5..ae45f9ba7b 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, 9)
+ AC_SUBST(LT_REVISION, 10)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)