Skip to content
Snippets Groups Projects
Commit 335789bf authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

update ASDF version to 1.665

parent ce5ce54c
No related branches found
Tags 1.665
No related merge requests found
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
(eval-when (:load-toplevel :compile-toplevel :execute) (eval-when (:load-toplevel :compile-toplevel :execute)
(let* ((asdf-version (let* ((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.664" (1+ (length "VERSION")))) (subseq "VERSION:1.665" (1+ (length "VERSION"))))
#+allegro (excl::*autoload-package-name-alist* nil) #+allegro (excl::*autoload-package-name-alist* nil)
(existing-asdf (find-package :asdf)) (existing-asdf (find-package :asdf))
(versym '#:*asdf-version*) (versym '#:*asdf-version*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment