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

update ASDF version to 1.607

parent ceca525b
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
;;;; ;;;;
(defparameter *asdf-version* (defparameter *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.606" (1+ (length "VERSION")))) (subseq "VERSION:1.607" (1+ (length "VERSION"))))
(defun asdf-version () (defun asdf-version ()
*asdf-version*) *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