CMUCL commit: src/contrib/asdf (asdf.lisp)

Raymond Toy rtoy at common-lisp.net
Wed Jun 2 03:29:44 CEST 2010


    Date: Tuesday, June 1, 2010 @ 21:29:44
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/contrib/asdf

Modified: asdf.lisp

Update with released version of asdf2.


-----------+
 asdf.lisp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: src/contrib/asdf/asdf.lisp
diff -u src/contrib/asdf/asdf.lisp:1.4 src/contrib/asdf/asdf.lisp:1.5
--- src/contrib/asdf/asdf.lisp:1.4	Tue May 25 16:05:53 2010
+++ src/contrib/asdf/asdf.lisp	Tue Jun  1 21:29:44 2010
@@ -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 @@
     (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)
 



More information about the cmucl-commit mailing list