]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bumped the core interface major version number to reflect changes
authorTom Hughes <tom@compton.nu>
Sun, 27 Jun 2004 18:10:21 +0000 (18:10 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 27 Jun 2004 18:10:21 +0000 (18:10 +0000)
made to the interface when removing nested functions.

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

include/vg_skin.h.base

index 2cd6637b69d6d55781bbe71ccef6a02b3e63075a..d0482859a617956c7e9d1010dc164800aa1bcb66 100644 (file)
@@ -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 {