-> 3.15.0.RC1

This commit is contained in:
Julian Seward 2019-04-08 10:16:18 +02:00
parent ce94d674de
commit d847ab5f5b
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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)

View File

@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
AC_INIT([Valgrind],[3.15.0.GIT],[valgrind-users@lists.sourceforge.net])
AC_INIT([Valgrind],[3.15.0.RC1],[valgrind-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])