|
From: Julian S. <se...@so...> - 2018-10-09 11:53:32
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3a3000290b4af0e8ef9880293c54659a6819ba78 commit 3a3000290b4af0e8ef9880293c54659a6819ba78 Author: Julian Seward <js...@ac...> Date: Tue Oct 9 13:52:05 2018 +0200 --> 3.14.0 final Diff: --- NEWS | 1 + configure.ac | 2 +- docs/xml/vg-entities.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6e0c82b..91e572e 100644 --- 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) diff --git a/configure.ac b/configure.ac index 98d22b6..c18ae5f 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.14.0.RC2],[val...@li...]) +AC_INIT([Valgrind],[3.14.0],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects]) diff --git a/docs/xml/vg-entities.xml b/docs/xml/vg-entities.xml index 5d01d95..6151c35 100644 --- a/docs/xml/vg-entities.xml +++ b/docs/xml/vg-entities.xml @@ -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"> |