From: Nikos Mavrogiannopoulos Date: Tue, 6 May 2014 19:06:51 +0000 (+0200) Subject: bumped version X-Git-Tag: gnutls_3_3_2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6052fd9e4152b5335c33eb4badfdb90ef66150f4;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/NEWS b/NEWS index a12c89ff46..71d2366a0e 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.3.2 (unreleased) +* Version 3.3.2 (released 2014-05-06) ** libgnutls: Added the 'very weak' certificate verification profile that corresponds to 64-bit security level. diff --git a/configure.ac b/configure.ac index be02cd65a7..30e5ff2368 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.1], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.3.2], [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 12e257def6..ec6ecc3172 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, 64) - AC_SUBST(LT_REVISION, 1) + AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 36) AC_SUBST(LT_SSL_CURRENT, 27)