summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-16 07:56:58 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-16 07:56:58 +0100
commit9df39a88172bbbdb3daed0f1d554269993277a92 (patch)
treef88fd5dfe4b526d6b07832487e83edbb0556cddf
parent19393b56b604f83e4b0963edaa9574d69942b127 (diff)
downloadgnutls-9df39a88172bbbdb3daed0f1d554269993277a92.tar.gz
bumped version to 3.3.29gnutls_3_3_29
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5cfe0276b4..e0ac14c2ad 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.3.29 (unreleased)
+* Version 3.3.29 (released 2018-02-16)
** libgnutls: Fixed issue which caused 1-byte handshake fragments to be refused.
Reported by Balázs Kéri.
diff --git a/configure.ac b/configure.ac
index 822c1d3b18..17657b1de1 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.3.28], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.29], [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 fe167af583..1cdf3dbb7d 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, 71)
- AC_SUBST(LT_REVISION, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 43)
AC_SUBST(LT_SSL_CURRENT, 27)