|
From: Nicholas N. <nj...@ca...> - 2003-10-30 12:35:19
|
CVS commit by nethercote:
Increased the skin major version number, to reflect the changed return values
of functions like VG_(open), and also to cover any future changes between now
and the HEAD becoming an official release.
M +1 -1 vg_skin.h 1.97
--- valgrind/include/vg_skin.h #1.96:1.97
@@ -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
|