Changeset 10528

Show
Ignore:
Timestamp:
08/22/08 10:07:04 (3 months ago)
Author:
gb
Message:

Bump fasl version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/working-0711/ccl/lib/nfcomp.lisp

    r10194 r10528  
    10571057;These should be constants, but it's too much trouble when need to change 'em. 
    10581058(defparameter FASL-FILE-ID #xFF00)  ;Overall file format, shouldn't change much 
    1059 (defparameter FASL-VERSION #xFF53)  ;Fasl block format. 
     1059(defparameter FASL-VERSION #xFF56)  ;Fasl block format. 
    10601060 
    10611061(defvar *fasdump-hash*)