diff --git a/asdf.lisp b/asdf.lisp index da6c74607bc50812b70af34ad7eba19c4ce5762f..0061610c0b8d60e35007f7dbf912c4ed1033eae8 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -240,7 +240,7 @@ ;; This parameter isn't actually user-visible ;; -- please use the exported function ASDF:ASDF-VERSION below. ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace - (subseq "VERSION:1.624" (1+ (length "VERSION")))) + (subseq "VERSION:1.625" (1+ (length "VERSION")))) (defun asdf-version () "Exported interface to the version of ASDF currently installed. A string.