From: Julian Seward Date: Tue, 19 May 2020 12:33:31 +0000 (+0200) Subject: -> 3.16.0.RC2 X-Git-Tag: VALGRIND_3_16_0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf5e647edb9e96cbd5c57cc944984402eeee296d;p=thirdparty%2Fvalgrind.git -> 3.16.0.RC2 --- diff --git a/NEWS b/NEWS index e34e36bd01..6d6d1e4335 100644 --- a/NEWS +++ b/NEWS @@ -177,6 +177,7 @@ n-i-bz Fix non-glibc build of test suite with s390x_features n-i-bz MinGW, include/valgrind.h: Fix detection of 64-bit mode (3.16.0.RC1: 18 May 2020, git 6052ee66a0cf5234e8e2a2b49a8760226bc13b92) +(3.15.0.RC2: 19 May 2020, git 940ec1ca69a09f7fdae3e800b7359f85c13c4b37) diff --git a/configure.ac b/configure.ac index 58041e8b60..ecd90e58fd 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.16.0.RC1],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.16.0.RC2],[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])