Index: /trunk/source/lib/nfcomp.lisp
===================================================================
--- /trunk/source/lib/nfcomp.lisp	(revision 14868)
+++ /trunk/source/lib/nfcomp.lisp	(revision 14869)
@@ -1197,5 +1197,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 #xFF5e)  ;Fasl block format. ($fasl-vers)
+(defparameter FASL-VERSION #xFF5f)  ;Fasl block format. ($fasl-vers)
 
 (defvar *fasdump-hash*)
Index: /trunk/source/lisp-kernel/image.h
===================================================================
--- /trunk/source/lisp-kernel/image.h	(revision 14868)
+++ /trunk/source/lisp-kernel/image.h	(revision 14869)
@@ -91,5 +91,5 @@
 
 
-#define ABI_VERSION_MIN 1036
+#define ABI_VERSION_MIN 1037
 #define ABI_VERSION_CURRENT 1037
 #define ABI_VERSION_MAX 1037
