]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version gnutls_3_3_4
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 31 May 2014 08:29:30 +0000 (10:29 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 31 May 2014 08:29:30 +0000 (10:29 +0200)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 3dc6d2bd53dc813d309890a5739d47bac9087caf..f05bb1ac6ebb48547a0cd94a94ba70d24dc5d510 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.4 (unreleased)
+* Version 3.3.4 (released 2014-05-31)
 
 ** libgnutls: Updated Andy Polyakov's assembly code. That prevents a
 crash on certain CPUs.
index 71acff5095d86b22dcadd9f50f3a9b23378f7a18..38fc2d7ab3e242ce0aab4f1edf2b79c0ee838d5d 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.3], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.4], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index ef6129d8749295ef3f320fb8312e1562dacbe575..cd3e5b43dc5601286ac66db3ddc885de706b0be7 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, 65)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 37)
 
   AC_SUBST(LT_SSL_CURRENT, 27)