|
From: <sv...@va...> - 2014-02-22 15:26:46
|
Author: florian
Date: Sat Feb 22 15:26:30 2014
New Revision: 13831
Log:
Bump __VALGRIND_MINOR__ to catch up with the release.
Modified:
trunk/include/valgrind.h
Modified: trunk/include/valgrind.h
==============================================================================
--- trunk/include/valgrind.h (original)
+++ trunk/include/valgrind.h Sat Feb 22 15:26:30 2014
@@ -89,7 +89,7 @@
|| (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
*/
#define __VALGRIND_MAJOR__ 3
-#define __VALGRIND_MINOR__ 8
+#define __VALGRIND_MINOR__ 9
#include <stdarg.h>
|