summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-05-03 19:10:24 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-05-03 19:30:26 +0200
commitf9939343cfe6dd1ed1a7f711873113953172b6c8 (patch)
treea27a7d7a6ecc4be0d18dd662db112009bbe2748c
parent39cb6ab77abe3147094ebc8cca23ac00a9b0e958 (diff)
downloadgnutls-f9939343cfe6dd1ed1a7f711873113953172b6c8.tar.gz
released 3.3.15
-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 7d0eee4b0b..2501203a9c 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.15 (unreleased)
+* Version 3.3.15 (released 2015-05-03)
** libgnutls: gnutls_certificate_get_ours: will return the certificate even
if a callback was used to send it.
diff --git a/configure.ac b/configure.ac
index 1038e0d479..05b6567110 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.14], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.15], [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 be6dc82a3e..bf904a6563 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, 6)
+ AC_SUBST(LT_REVISION, 7)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)