From 88b9aad08ae688a1e9723bbee931fe59b63e7b76 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Thu, 18 Apr 2019 06:38:36 +0200 Subject: [PATCH] Advance the head to 3.16.0.GIT. --- configure.ac | 2 +- include/valgrind.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f8c798bf30..d043ce3464 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],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.16.0.GIT],[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]) diff --git a/include/valgrind.h b/include/valgrind.h index cc8c2b848f..f071bd392d 100644 --- a/include/valgrind.h +++ b/include/valgrind.h @@ -89,7 +89,7 @@ || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6)) */ #define __VALGRIND_MAJOR__ 3 -#define __VALGRIND_MINOR__ 15 +#define __VALGRIND_MINOR__ 16 #include -- 2.47.2