]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update __VALGRIND_MINOR__ for the upcoming 3.15 release.
authorJulian Seward <jseward@acm.org>
Mon, 8 Apr 2019 06:07:39 +0000 (08:07 +0200)
committerJulian Seward <jseward@acm.org>
Mon, 8 Apr 2019 06:07:39 +0000 (08:07 +0200)
include/valgrind.h

index 577c8f05e5b02ea8f332d43b6d24b30c248f4eb1..cc8c2b848fe6c3c29424b558462c330ea685bba1 100644 (file)
@@ -89,7 +89,7 @@
         || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
 */
 #define __VALGRIND_MAJOR__    3
-#define __VALGRIND_MINOR__    14
+#define __VALGRIND_MINOR__    15
 
 
 #include <stdarg.h>