From: Julian Seward Date: Mon, 8 Apr 2019 06:07:39 +0000 (+0200) Subject: Update __VALGRIND_MINOR__ for the upcoming 3.15 release. X-Git-Tag: VALGRIND_3_15_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8e749a7d3851aae0f35e1f0927ecb3238b6b27;p=thirdparty%2Fvalgrind.git Update __VALGRIND_MINOR__ for the upcoming 3.15 release. --- 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