diff --git a/asdf.lisp b/asdf.lisp index 2d633e2cd11830eebb14c12ecf88340a5bd68c73..100b8c9ba0275517310f38dd4a35039c11426c36 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -163,7 +163,7 @@ ;;;; (defvar *asdf-revision* ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace - (subseq "REVISION:1.370" (1+ (length "REVISION")))) + (subseq "REVISION:1.372" (1+ (length "REVISION")))) (defvar *resolve-symlinks* t "Determine whether or not ASDF resolves symlinks when defining systems.