X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-fasl.lisp;h=243915e61147c6dee7624321bd0252668ef32b03;hb=cf0b72cd4052a09b9a305081524bd44e2948c1e5;hp=93eb4651b4e0faf04540b48268f77380cb329c34;hpb=8e95c816592918670cb08d4b2c24b0ff03f55ea9;p=sbcl.git diff --git a/src/code/early-fasl.lisp b/src/code/early-fasl.lisp index 93eb465..243915e 100644 --- a/src/code/early-fasl.lisp +++ b/src/code/early-fasl.lisp @@ -76,7 +76,7 @@ ;;; versions which break binary compatibility. But it certainly should ;;; be incremented for release versions which break binary ;;; compatibility. -(def!constant +fasl-file-version+ 71) +(def!constant +fasl-file-version+ 73) ;;; (description of versions before 0.9.0.1 deleted in 0.9.17) ;;; 56: (2005-05-22) Something between 0.9.0.1 and 0.9.0.14. My money is ;;; on 0.9.0.6 (MORE CASE CONSISTENCY). @@ -101,6 +101,8 @@ ;;; 69: (2006-08-17) changed validity of various initargs for methods ;;; 70: (2006-09-13) changes to *PSEUDO-ATOMIC* on x86 and x86-64 ;;; 71: (2006-11-19) CLOS calling convention changes +;;; 72: (2006-12-05) Added slot to the primitive function type +;;; 73: (2007-04-13) Changed a hash function ;;; the conventional file extension for our fasl files (declaim (type simple-string *fasl-file-type*))