From: Julian Seward Date: Thu, 1 May 2008 21:43:17 +0000 (+0000) Subject: Bump the core/tool iface version number, since the just-merged-in X-Git-Tag: svn/VALGRIND_3_4_0~653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1289fb4cad309997b4eb008872a3ac7aa4d1dd2;p=thirdparty%2Fvalgrind.git Bump the core/tool iface version number, since the just-merged-in changes for Memcheck origin tracking change the interface (slightly). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7984 --- diff --git a/include/pub_tool_tooliface.h b/include/pub_tool_tooliface.h index 7e94d4b5e9..04ac74aea9 100644 --- a/include/pub_tool_tooliface.h +++ b/include/pub_tool_tooliface.h @@ -40,7 +40,7 @@ /* The version number indicates binary-incompatible changes to the interface; if the core and tool versions don't match, Valgrind will abort. */ -#define VG_CORE_INTERFACE_VERSION 10 +#define VG_CORE_INTERFACE_VERSION 11 typedef struct _ToolInfo { Int sizeof_ToolInfo;