|
From: Julian S. <se...@so...> - 2019-04-08 08:18:41
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=d847ab5f5bd53c9cd78e5531ebfac8648fdf0b5e commit d847ab5f5bd53c9cd78e5531ebfac8648fdf0b5e Author: Julian Seward <js...@ac...> Date: Mon Apr 8 10:16:18 2019 +0200 -> 3.15.0.RC1 Diff: --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0a0e410..535b86e 100644 --- a/NEWS +++ b/NEWS @@ -153,7 +153,7 @@ n-i-bz callgrind_annotate --threshold=100 does not print all functions. n-i-bz callgrind_annotate Use of uninitialized value in numeric gt (>) n-i-bz amd64 (x86_64): RDRAND and F16C insn set extensions are supported -(3.15.0.RC1: XX April 2019, git xx) +(3.15.0.RC1: 8 April 2019, git ce94d674de5b99df173aad4c3ee48fc2a92e5d9c) diff --git a/configure.ac b/configure.ac index e26b503..8eea766 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.15.0.GIT],[val...@li...]) +AC_INIT([Valgrind],[3.15.0.RC1],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) |