|
From: <sv...@va...> - 2008-05-01 21:43:11
|
Author: sewardj
Date: 2008-05-01 22:43:17 +0100 (Thu, 01 May 2008)
New Revision: 7984
Log:
Bump the core/tool iface version number, since the just-merged-in
changes for Memcheck origin tracking change the interface (slightly).
Modified:
trunk/include/pub_tool_tooliface.h
Modified: trunk/include/pub_tool_tooliface.h
===================================================================
--- trunk/include/pub_tool_tooliface.h 2008-05-01 21:22:38 UTC (rev 7983)
+++ trunk/include/pub_tool_tooliface.h 2008-05-01 21:43:17 UTC (rev 7984)
@@ -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;
|