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
This commit is contained in:
Julian Seward 2008-05-01 21:43:17 +00:00
parent 3c25a48a0c
commit a1289fb4ca

View 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;