Index: /trunk/source/lisp-kernel/image.h
===================================================================
--- /trunk/source/lisp-kernel/image.h	(revision 14866)
+++ /trunk/source/lisp-kernel/image.h	(revision 14867)
@@ -92,6 +92,6 @@
 
 #define ABI_VERSION_MIN 1036
-#define ABI_VERSION_CURRENT 1036
-#define ABI_VERSION_MAX 1036
+#define ABI_VERSION_CURRENT 1037
+#define ABI_VERSION_MAX 1037
 
 #define NUM_IMAGE_SECTIONS 5    /* used to be 3 */
Index: /trunk/source/xdump/faslenv.lisp
===================================================================
--- /trunk/source/xdump/faslenv.lisp	(revision 14866)
+++ /trunk/source/xdump/faslenv.lisp	(revision 14867)
@@ -44,5 +44,5 @@
 (defconstant $fasl-file-id #xff00)
 (defconstant $fasl-file-id1 #xff01)
-(defconstant $fasl-vers #x5e)
+(defconstant $fasl-vers #x5f)
 (defconstant $fasl-min-vers #x5e)
 (defconstant $faslend #xff)
Index: /trunk/source/xdump/heap-image.lisp
===================================================================
--- /trunk/source/xdump/heap-image.lisp	(revision 14866)
+++ /trunk/source/xdump/heap-image.lisp	(revision 14867)
@@ -97,5 +97,5 @@
 
 
-(defparameter *image-abi-version* 1036)
+(defparameter *image-abi-version* 1037)
 
 (defun write-image-file (pathname image-base spaces &optional (abi-version *image-abi-version*))
