|
From: Julian S. <js...@ac...> - 2003-11-06 00:00:35
|
CVS commit by jseward:
Change VG_CORE_INTERFACE_MAJOR_VERSION to 5.
M +1 -1 vg_skin.h 1.99
--- valgrind/include/vg_skin.h #1.98:1.99
@@ -117,5 +117,5 @@ typedef unsigned char Bool;
will abort. The minor version indicates binary-compatible changes.
*/
-#define VG_CORE_INTERFACE_MAJOR_VERSION 4
+#define VG_CORE_INTERFACE_MAJOR_VERSION 5
#define VG_CORE_INTERFACE_MINOR_VERSION 0
|