summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-10-13 05:57:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-10-13 05:57:55 +0200
commit546e7b37f496c3591bbde20097a0890f4a603543 (patch)
treee4c0c8f9b3dda7c3c33abfa3d0f0a2916b6c2100
parent499ea6f7bfbdfafef7a046372cb693871d74d320 (diff)
downloadgnutls_3_1_27.tar.gz
bumped versiongnutls_3_1_27
-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 423e5635db..a30e22f826 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 3.1.27 (unreleased)
+* Version 3.1.27 (released 2014-10-13)
** libgnutls: Fixed issue with unexpected non-fatal errors resetting the
handshake's hash buffer, in applications using the heartbeat extension
diff --git a/configure.ac b/configure.ac
index 596683c4a2..ed128fa994 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.1.26], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.1.27], [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 44d6a843b1..4ba62fc44c 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, 49)
- AC_SUBST(LT_REVISION, 6)
+ AC_SUBST(LT_REVISION, 7)
AC_SUBST(LT_AGE, 21)
AC_SUBST(LT_SSL_CURRENT, 27)