diff --git a/asdf.lisp b/asdf.lisp index 76710f531059a8cefc2ee20f662c6ead092816d7..f70497106b23637b9c5af1251ef906d547a81302 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -262,7 +262,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.655" (1+ (length "VERSION")))) + (subseq "VERSION:1.656" (1+ (length "VERSION")))) (defun asdf-version () "Exported interface to the version of ASDF currently installed. A string.