]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version gnutls_3_3_9
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 13 Oct 2014 04:18:35 +0000 (06:18 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 13 Oct 2014 04:18:35 +0000 (06:18 +0200)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 514764a55780b2236fb31e3c539f92e086929cff..0b3ce339ee7b96e7464bd3e853576b8b9c70867f 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.9 (unreleased)
+* Version 3.3.9 (released 2014-10-13)
 
 ** libgnutls: Fixes in the transparent import of PKCS #11 certificates.
 Reported by Joseph Peruski.
index 4bfb5378256ff7b5e6b01b846bc68ced153346c0..5d13ff79c7800fcd4330592a9280cfa3531dcc5a 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.8], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.9], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index 98053057deca7f9018729e302ee9385afb056492..992b306a46b05ae57eb40e632c140f8fe141ff37 100644 (file)
@@ -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, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 41)
 
   AC_SUBST(LT_SSL_CURRENT, 27)