diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-05-03 19:09:19 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-05-03 19:09:19 +0200 |
commit | beafccf271dc4168c0bf6c3f9a709d8aea3c8f00 (patch) | |
tree | c09129f8bd528f9281bb72af737ffd7c506d16dd | |
parent | 724aa21c3203b5b26ca010d432132f087528b4b7 (diff) | |
download | gnutls-beafccf271dc4168c0bf6c3f9a709d8aea3c8f00.tar.gz |
released 3.4.1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | m4/hooks.m4 | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index 185ebb6e14..3f7ec24943 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.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 diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 6b451da153..de1d6fc0de 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -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) |