diff --git a/asdf.lisp b/asdf.lisp index 71a145ee1229aac84b569177d38f1c5b06fb9681..a307d9e2631b3f93975812e210ec6e8deba5708d 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.664" (1+ (length "VERSION")))) + (subseq "VERSION:1.665" (1+ (length "VERSION")))) #+allegro (excl::*autoload-package-name-alist* nil) (existing-asdf (find-package :asdf)) (versym '#:*asdf-version*)