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