]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version gnutls_3_1_18
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 20 Dec 2013 17:37:22 +0000 (18:37 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 20 Dec 2013 17:37:22 +0000 (18:37 +0100)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 0898cb9dd11866db41813d18c7d220d56e1e9e3a..3f377354defd574cdaaf488f7aba9580ff979d06 100644 (file)
--- 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.
index 23e20efba02c60c06525eeeaeb49519df97e7fef..a95f0fd70fa9610e5d16dbd78cbad165d52c1fcc 100644 (file)
@@ -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
index af0d0becf4dcd5ed39b3710258dd58e03822fa66..6fd972737add6746e328d8cbeaa606b0d14136ee 100644 (file)
@@ -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)