Bump __VALGRIND_MINOR__ to catch up with the release.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13831
This commit is contained in:
Florian Krohm 2014-02-22 15:26:30 +00:00
parent 5db9baf50d
commit 5428b4f7a2

View File

@ -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>