]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bump the core/tool iface version number, since the just-merged-in
authorJulian Seward <jseward@acm.org>
Thu, 1 May 2008 21:43:17 +0000 (21:43 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 1 May 2008 21:43:17 +0000 (21:43 +0000)
changes for Memcheck origin tracking change the interface (slightly).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7984

include/pub_tool_tooliface.h

index 7e94d4b5e9892efe344a046260cda561d9294d18..04ac74aea9ff9613ea4603ecb6cfb475835d28a3 100644 (file)
@@ -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;