summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-06 21:12:58 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-06 21:12:58 +0200
commit14c10e7aec930f2c02951da0d3f82fbfb9939ebd (patch)
tree81f383fa6054f0acdc6d53ea65a09b78abcdeb9f
parent0e1a1d098ef500b16c99ae830c6a852c9ae50af2 (diff)
downloadgnutls-14c10e7aec930f2c02951da0d3f82fbfb9939ebd.tar.gz
bumped version.gnutls_3_1_24
-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 c3684b94d6..e69e89ef77 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.24 (unreleased)
+* Version 3.1.24 (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 ed3616534e..8b08916239 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.23], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.1.24], [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 057a402e2a..213f0b931e 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, 3)
+ AC_SUBST(LT_REVISION, 4)
AC_SUBST(LT_AGE, 21)
AC_SUBST(LT_SSL_CURRENT, 27)