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

update ASDF version to 1.664

parent f6e447da
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
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