]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 6 May 2014 19:06:51 +0000 (21:06 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 6 May 2014 19:08:13 +0000 (21:08 +0200)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index a12c89ff46408ac851946e0dbb943eeccb3c0f14..71d2366a0e60cf9d25d3ab8a74cffb166d92eba4 100644 (file)
--- 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.
index be02cd65a7dfa7add4d8fe7ee17245fea43ba466..30e5ff23685131d6e14e6ec998635c8d297fa2ea 100644 (file)
@@ -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
index 12e257def6616c3d592f996a7839639a3cbaeadf..ec6ecc3172159c223403135685052f969c9ecff0 100644 (file)
@@ -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)