|
From: <sv...@va...> - 2014-05-12 10:12:20
|
Author: sewardj
Date: Mon May 12 10:12:08 2014
New Revision: 13952
Log:
Update __VALGRIND_MINOR__ before it gets forgotten again.
Modified:
trunk/include/valgrind.h
Modified: trunk/include/valgrind.h
==============================================================================
--- trunk/include/valgrind.h (original)
+++ trunk/include/valgrind.h Mon May 12 10:12:08 2014
@@ -89,7 +89,7 @@
|| (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
*/
#define __VALGRIND_MAJOR__ 3
-#define __VALGRIND_MINOR__ 9
+#define __VALGRIND_MINOR__ 10
#include <stdarg.h>
|