-> 3.15.0 final

This commit is contained in:
Julian Seward 2019-04-12 07:35:34 +02:00
parent 535d2ff4f2
commit cbb2ed6b17
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -161,6 +161,7 @@ n-i-bz amd64 (x86_64): RDRAND and F16C insn set extensions are supported
(3.15.0.RC1: 8 April 2019, git ce94d674de5b99df173aad4c3ee48fc2a92e5d9c)
(3.15.0.RC2: 11 April 2019, git 0c8be9bbede189ec580ec270521811766429595f)
(3.15.0: 12 April 2019, git 535d2ff4f2f755faa8b1a9e467833eca455bd2d7)

View File

@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
AC_INIT([Valgrind],[3.15.0.RC2],[valgrind-users@lists.sourceforge.net])
AC_INIT([Valgrind],[3.15.0],[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])