diff --git a/asdf.lisp b/asdf.lisp index bf39a6a4a4dd3b58ab127853a64c19183db4f20b..e9d60656f03c0e388e7b4464937492095f9f6155 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -60,7 +60,7 @@ (eval-when (:load-toplevel :compile-toplevel :execute) (let* ((asdf-version ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace - (subseq "VERSION:1.663" (1+ (length "VERSION")))) + (subseq "VERSION:1.664" (1+ (length "VERSION")))) (existing-asdf (find-package :asdf)) (versym '#:*asdf-version*) (existing-version (and existing-asdf (find-symbol (string versym) existing-asdf)))