summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-20 18:37:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-20 18:37:22 +0100
commit5c2cc8cfc2c237af2add4da845fa8647fa6a906b (patch)
tree0d6f4ff9e39471158a7ff61f13a31d30254c7a8f
parentbf92dd8dcaab72eaaac34ed38ff326d08b81aab2 (diff)
downloadgnutls-5c2cc8cfc2c237af2add4da845fa8647fa6a906b.tar.gz
bumped versiongnutls_3_1_18
-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 0898cb9dd1..3f377354de 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.18 (unreleased)
+* Version 3.1.18 (released 2013-12-20)
** libgnutls: Updated code for AES-NI. That prevents an uninitialized
variable complaint from valgrind.
diff --git a/configure.ac b/configure.ac
index 23e20efba0..a95f0fd70f 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.17], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.1.18], [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 af0d0becf4..6fd972737a 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, 48)
- AC_SUBST(LT_REVISION, 3)
+ AC_SUBST(LT_REVISION, 4)
AC_SUBST(LT_AGE, 20)
AC_SUBST(LT_SSL_CURRENT, 27)