]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
released 3.4.1
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 3 May 2015 17:09:19 +0000 (19:09 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 3 May 2015 17:09:19 +0000 (19:09 +0200)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index f28e3d126a69d44f70cb741f3bd56c7752c2fe37..e8729e382ddfa907c8fdeb0004544a5e925c644f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
 Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 3.4.1 (unreleased)
+* Version 3.4.1 (released 2015-05-03)
 
 ** libgnutls: gnutls_certificate_get_ours: will return the certificate even
 if a callback was used to send it.
index 185ebb6e14a1a9748897e343be46d7a7650df3b4..3f7ec24943d9dbd1eb82acfff91995bfdad06fc9 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.4.0], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.1], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index 6b451da15398359d204edc3125a04db3ae0a7dcd..de1d6fc0de4e2e511543436e3ebf7c618654c3fd 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, 30)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 0)
 
   AC_SUBST(LT_SSL_CURRENT, 27)