From 9a8e749a7d3851aae0f35e1f0927ecb3238b6b27 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 8 Apr 2019 08:07:39 +0200 Subject: [PATCH] Update __VALGRIND_MINOR__ for the upcoming 3.15 release. --- include/valgrind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/valgrind.h b/include/valgrind.h index 577c8f05e5..cc8c2b848f 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__ 14 +#define __VALGRIND_MINOR__ 15 #include -- 2.47.2