diff --git a/asdf.lisp b/asdf.lisp index 0e7a0fa9fe3962808bdde44e2d67366489b228c4..f8b199064a2f66977192c7755d481b6e37fc79e9 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -47,7 +47,9 @@ #+xcvb (module ()) -(cl:in-package :cl-user) +(cl:in-package :cl) +(defpackage :asdf-bootstrap (:use :cl)) +(in-package :asdf-bootstrap) ;; Implementation-dependent tweaks (eval-when (:compile-toplevel :load-toplevel :execute) @@ -69,7 +71,7 @@ (eval-when (:load-toplevel :compile-toplevel :execute) (let* ((asdf-version ;; the 1+ helps the version bumping script discriminate - (subseq "VERSION:2.101" (1+ (length "VERSION")))) + (subseq "VERSION:2.102" (1+ (length "VERSION")))) (existing-asdf (find-package :asdf)) (vername '#:*asdf-version*) (versym (and existing-asdf