Loading asdf.lisp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -169,7 +169,7 @@ ;;;; ;;;; (defparameter *asdf-version* (defparameter *asdf-version* ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace (subseq "VERSION:1.502" (1+ (length "VERSION")))) (subseq "VERSION:1.590" (1+ (length "VERSION")))) (defun asdf-version () (defun asdf-version () *asdf-version*) *asdf-version*) Loading Loading
asdf.lisp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -169,7 +169,7 @@ ;;;; ;;;; (defparameter *asdf-version* (defparameter *asdf-version* ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace (subseq "VERSION:1.502" (1+ (length "VERSION")))) (subseq "VERSION:1.590" (1+ (length "VERSION")))) (defun asdf-version () (defun asdf-version () *asdf-version*) *asdf-version*) Loading