Skip to content
Snippets Groups Projects
Commit 7bfa9553 authored by rtoy's avatar rtoy
Browse files

Update with released version of asdf2.

parent 51cf2e6f
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
:test 'equalp :key 'car)) :test 'equalp :key 'car))
(let* ((asdf-version (let* ((asdf-version
;; the 1+ helps the version bumping script discriminate ;; the 1+ helps the version bumping script discriminate
(subseq "VERSION:1.728" (1+ (length "VERSION")))) (subseq "VERSION:2.000" (1+ (length "VERSION"))))
(existing-asdf (find-package :asdf)) (existing-asdf (find-package :asdf))
(vername '#:*asdf-version*) (vername '#:*asdf-version*)
(versym (and existing-asdf (versym (and existing-asdf
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
(defun asdf-version () (defun asdf-version ()
"Exported interface to the version of ASDF currently installed. A string. "Exported interface to the version of ASDF currently installed. A string.
You can compare this string with e.g.: You can compare this string with e.g.:
(ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSION) \"1.704\")." (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSION) \"2.000\")."
*asdf-version*) *asdf-version*)
(defvar *resolve-symlinks* t (defvar *resolve-symlinks* t
...@@ -3361,7 +3361,7 @@ with a different configuration, so the configuration would be re-read then." ...@@ -3361,7 +3361,7 @@ with a different configuration, so the configuration would be re-read then."
(setf excl:*warn-on-nested-reader-conditionals* *acl-warn-save*))) (setf excl:*warn-on-nested-reader-conditionals* *acl-warn-save*)))
(pushnew :asdf *features*) (pushnew :asdf *features*)
(pushnew :asdf2 *features*) ;; this is a release candidate for ASDF 2.0 (pushnew :asdf2 *features*)
(provide :asdf) (provide :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