]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update __VALGRIND_MINOR__ before it gets forgotten again.
authorJulian Seward <jseward@acm.org>
Mon, 12 May 2014 10:12:08 +0000 (10:12 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 12 May 2014 10:12:08 +0000 (10:12 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13952

include/valgrind.h

index e6b7db384f2ba93c4367f735ebdf10ac13890ead..13e34da21b99990ec03968b3280b038d57a769ed 100644 (file)
@@ -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>