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