From 8c7f78352e03ebc3d82a8a111412da5694c95faf Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 13 Oct 2014 05:57:15 +0200 Subject: bumped version --- NEWS | 2 +- configure.ac | 2 +- m4/hooks.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 72952c79e9..d83075f70f 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Copyright (C) 2000-2014 Free Software Foundation, Inc. Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos See the end for copying conditions. -* Version 3.2.19 (unreleased) +* Version 3.2.19 (released 2014-10-13) ** libgnutls: Fixes in the transparent import of PKCS #11 certificates. Reported by Joseph Peruski. diff --git a/configure.ac b/configure.ac index 7623c1f87a..11c9a2dbf7 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.2.18], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.2.19], [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 24a1f8af20..d512fa3252 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, 58) - AC_SUBST(LT_REVISION, 9) + AC_SUBST(LT_REVISION, 10) AC_SUBST(LT_AGE, 30) AC_SUBST(LT_SSL_CURRENT, 27) -- cgit v1.2.1