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