diff --git a/asdf.lisp b/asdf.lisp index 4791a58b850272a7b74b9b178df31b8f0c9c4dfe..61bf3cfae117249c2a0a8d74ae633f3c7ca31fcd 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -187,7 +187,7 @@ ;;;; (defparameter *asdf-version* ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace - (subseq "VERSION:1.602" (1+ (length "VERSION")))) + (subseq "VERSION:1.603" (1+ (length "VERSION")))) (defun asdf-version () *asdf-version*)