Index: /trunk/ccl/lib/nfcomp.lisp
===================================================================
--- /trunk/ccl/lib/nfcomp.lisp	(revision 434)
+++ /trunk/ccl/lib/nfcomp.lisp	(revision 435)
@@ -873,5 +873,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 #xFF3b)  ;Fasl block format.
+(defparameter FASL-VERSION #xFF3c)  ;Fasl block format.
 
 (defvar *fasdump-hash*)
Index: /trunk/ccl/xdump/faslenv.lisp
===================================================================
--- /trunk/ccl/xdump/faslenv.lisp	(revision 434)
+++ /trunk/ccl/xdump/faslenv.lisp	(revision 435)
@@ -59,6 +59,6 @@
 (defconstant $fasl-file-id #xff00)
 (defconstant $fasl-file-id1 #xff01)
-(defconstant $fasl-vers #x3b)
-(defconstant $fasl-min-vers #x3b)
+(defconstant $fasl-vers #x3c)
+(defconstant $fasl-min-vers #x3c)
 (defconstant $faslend #xff)
 (defconstant $fasl-buf-len 2048)
