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