From 7bfa95532b49cd0f32b8ae7fd5e73192f105568d Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 2 Jun 2010 01:29:44 +0000 Subject: [PATCH] Update with released version of asdf2. --- contrib/asdf/asdf.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/asdf/asdf.lisp b/contrib/asdf/asdf.lisp index ea6ddfc26..859d93c3f 100644 --- a/contrib/asdf/asdf.lisp +++ b/contrib/asdf/asdf.lisp @@ -70,7 +70,7 @@ :test 'equalp :key 'car)) (let* ((asdf-version ;; 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)) (vername '#:*asdf-version*) (versym (and existing-asdf @@ -337,7 +337,7 @@ (defun asdf-version () "Exported interface to the version of ASDF currently installed. A string. 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*) (defvar *resolve-symlinks* t @@ -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*))) (pushnew :asdf *features*) -(pushnew :asdf2 *features*) ;; this is a release candidate for ASDF 2.0 +(pushnew :asdf2 *features*) (provide :asdf) -- GitLab