From 3f5b9ecfe86035d5b83eb587772bddb32531c467 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 19 May 2020 14:33:31 +0200 Subject: [PATCH] -> 3.16.0.RC2 (cherry picked from commit bf5e647edb9e96cbd5c57cc944984402eeee296d) --- NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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]) -- 2.47.3