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