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