|
From: Tom H. <th...@cy...> - 2004-06-27 18:10:26
|
CVS commit by thughes:
Bumped the core interface major version number to reflect changes
made to the interface when removing nested functions.
M +1 -1 vg_skin.h.base 1.24
--- valgrind/include/vg_skin.h.base #1.23:1.24
@@ -127,5 +127,5 @@
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
|