From 4a5e522a21000b627e574fe33afb1506a7d217af Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 27 Jun 2004 18:10:21 +0000 Subject: [PATCH] Bumped the core interface major version number to reflect changes made to the interface when removing nested functions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2447 --- include/vg_skin.h.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vg_skin.h.base b/include/vg_skin.h.base index 2cd6637b69..d0482859a6 100644 --- a/include/vg_skin.h.base +++ b/include/vg_skin.h.base @@ -126,7 +126,7 @@ extern const Char *VG_(libdir); interface; if the core and skin major versions don't match, Valgrind will abort. The minor version indicates binary-compatible changes. */ -#define VG_CORE_INTERFACE_MAJOR_VERSION 5 +#define VG_CORE_INTERFACE_MAJOR_VERSION 6 #define VG_CORE_INTERFACE_MINOR_VERSION 0 typedef struct _ToolInfo { -- 2.47.2