]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.14.0 final VALGRIND_3_14_BRANCH VALGRIND_3_14_0
authorJulian Seward <jseward@acm.org>
Tue, 9 Oct 2018 11:52:05 +0000 (13:52 +0200)
committerJulian Seward <jseward@acm.org>
Tue, 9 Oct 2018 11:52:05 +0000 (13:52 +0200)
NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 6e0c82b9ad4f12af63571eb625fd77d5cc5b1f71..91e572e8d031681b529974b5f6e04294e2077685 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -187,6 +187,7 @@ n-i-bz  Signal delivery for x86-linux: ensure that the stack pointer is
 
 (3.14.0.RC1: 30 September 2018, git c2aeea2d28acb0639bcc8cc1e4ab115067db1eae)
 (3.14.0.RC2: 3 October 2018, git 3e214c4858a6fdd5697e767543a0c19e30505582)
+(3.14.0:     9 October 2018, git 353a3587bb0e2757411f9138f5e936728ed6cc4f)
 
 
 
index 98d22b6ef990f259e54988c5abc78e1eac06aafc..c18ae5f2acb54e311c0f24eb8ba79eb163b1db12 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.14.0.RC2],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.14.0],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
index 5d01d950f8e764e67b30425e71779143380e0571..6151c3506a5f16dc528f5c3f58117454444d8153 100644 (file)
@@ -7,7 +7,7 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.14.0">
-<!ENTITY rel-date    "4 October 2018">
+<!ENTITY rel-date    "9 October 2018">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">