From: Julian Seward Date: Mon, 12 May 2014 10:12:08 +0000 (+0000) Subject: Update __VALGRIND_MINOR__ before it gets forgotten again. X-Git-Tag: svn/VALGRIND_3_10_0~484 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1d3cd3c207c6225957d7e62d8be898f02c3b27;p=thirdparty%2Fvalgrind.git Update __VALGRIND_MINOR__ before it gets forgotten again. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13952 --- diff --git a/include/valgrind.h b/include/valgrind.h index e6b7db384f..13e34da21b 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__ 9 +#define __VALGRIND_MINOR__ 10 #include