Index: /branches/working-0711/ccl/lib/nfcomp.lisp
===================================================================
--- /branches/working-0711/ccl/lib/nfcomp.lisp	(revision 8041)
+++ /branches/working-0711/ccl/lib/nfcomp.lisp	(revision 8042)
@@ -893,5 +893,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 #xFF50)  ;Fasl block format.
+(defparameter FASL-VERSION #xFF51)  ;Fasl block format.
 
 (defvar *fasdump-hash*)
Index: /branches/working-0711/ccl/xdump/faslenv.lisp
===================================================================
--- /branches/working-0711/ccl/xdump/faslenv.lisp	(revision 8041)
+++ /branches/working-0711/ccl/xdump/faslenv.lisp	(revision 8042)
@@ -59,6 +59,6 @@
 (defconstant $fasl-file-id #xff00)
 (defconstant $fasl-file-id1 #xff01)
-(defconstant $fasl-vers #x50)
-(defconstant $fasl-min-vers #x50)
+(defconstant $fasl-vers #x51)
+(defconstant $fasl-min-vers #x51)
 (defconstant $faslend #xff)
 (defconstant $fasl-buf-len 2048)
