Index: /trunk/ccl/lisp-kernel/image.h
===================================================================
--- /trunk/ccl/lisp-kernel/image.h	(revision 5929)
+++ /trunk/ccl/lisp-kernel/image.h	(revision 5930)
@@ -90,7 +90,7 @@
 
 
-#define ABI_VERSION_MIN 1013
-#define ABI_VERSION_CURRENT 1013
-#define ABI_VERSION_MAX 1013
+#define ABI_VERSION_MIN 1014
+#define ABI_VERSION_CURRENT 1014
+#define ABI_VERSION_MAX 1014
 
 #define NUM_IMAGE_SECTIONS 4    /* used to be 3 */
Index: /trunk/ccl/xdump/heap-image.lisp
===================================================================
--- /trunk/ccl/xdump/heap-image.lisp	(revision 5929)
+++ /trunk/ccl/xdump/heap-image.lisp	(revision 5930)
@@ -97,5 +97,5 @@
 
 
-(defparameter *image-abi-version* 1013)
+(defparameter *image-abi-version* 1014)
 
 (defun write-image-file (pathname image-base spaces &optional (abi-version *image-abi-version*))
