summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-06 21:06:51 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-06 21:08:13 +0200
commit6052fd9e4152b5335c33eb4badfdb90ef66150f4 (patch)
treeba0ff468ec0d55c0a9871069baa2db964d2ebc1e
parentfdcaeda7231369af8b97a884ec301506d50855ea (diff)
downloadgnutls-6052fd9e4152b5335c33eb4badfdb90ef66150f4.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 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)