Index: /branches/working-0711/ccl/lib/nfcomp.lisp
===================================================================
--- /branches/working-0711/ccl/lib/nfcomp.lisp	(revision 12997)
+++ /branches/working-0711/ccl/lib/nfcomp.lisp	(revision 12998)
@@ -1133,5 +1133,5 @@
 ;These should be constants, but it's too much trouble when need to change 'em.
 (defparameter FASL-FILE-ID #xFF00)  ;Overall file format, shouldn't change much
-(defparameter FASL-VERSION #xFF57)  ;Fasl block format. ($fasl-vers)
+(defparameter FASL-VERSION #xFF5b)  ;Fasl block format. ($fasl-vers)
 
 (defvar *fasdump-hash*)
Index: /branches/working-0711/ccl/lisp-kernel/image.h
===================================================================
--- /branches/working-0711/ccl/lisp-kernel/image.h	(revision 12997)
+++ /branches/working-0711/ccl/lisp-kernel/image.h	(revision 12998)
@@ -90,7 +90,7 @@
 
 
-#define ABI_VERSION_MIN 1029
-#define ABI_VERSION_CURRENT 1029
-#define ABI_VERSION_MAX 1029
+#define ABI_VERSION_MIN 1033
+#define ABI_VERSION_CURRENT 1033
+#define ABI_VERSION_MAX 1033
 
 #define NUM_IMAGE_SECTIONS 4    /* used to be 3 */
Index: /branches/working-0711/ccl/xdump/faslenv.lisp
===================================================================
--- /branches/working-0711/ccl/xdump/faslenv.lisp	(revision 12997)
+++ /branches/working-0711/ccl/xdump/faslenv.lisp	(revision 12998)
@@ -43,6 +43,6 @@
 (defconstant $fasl-file-id #xff00)
 (defconstant $fasl-file-id1 #xff01)
-(defconstant $fasl-vers #x57)
-(defconstant $fasl-min-vers #x57)
+(defconstant $fasl-vers #x5b)
+(defconstant $fasl-min-vers #x5b)
 (defconstant $faslend #xff)
 (defconstant $fasl-buf-len 2048)
Index: /branches/working-0711/ccl/xdump/heap-image.lisp
===================================================================
--- /branches/working-0711/ccl/xdump/heap-image.lisp	(revision 12997)
+++ /branches/working-0711/ccl/xdump/heap-image.lisp	(revision 12998)
@@ -97,5 +97,5 @@
 
 
-(defparameter *image-abi-version* 1029)
+(defparameter *image-abi-version* 1033)
 
 (defun write-image-file (pathname image-base spaces &optional (abi-version *image-abi-version*))
