summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-06 20:55:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-06 20:55:27 +0200
commitb3d4c7d7766cf5cc9f0246f5bd106f040149c0dc (patch)
treed1a9838d7c0f53645fb64657f4594885b1d99bb6
parent72b58664d79c86b9f1b575207a7304fec15b6702 (diff)
downloadgnutls_3_2_14.tar.gz
bumped versiongnutls_3_2_14
-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 b2c148a281..4a9a838a23 100644
--- 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.2.14 (unreleased)
+* Version 3.2.14 (released 2014-05-06)
** libgnutls: Fixed issue with the check of incoming data when two
different recv and send pointers have been specified. Reported and
diff --git a/configure.ac b/configure.ac
index f01503e57a..2a85cdc2b9 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.2.13], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.14], [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 e9356694b2..cdd0c99127 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 58)
- AC_SUBST(LT_REVISION, 4)
+ AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)