From 44ae9b1f75dac2d4e62bf1c25ba85cb373737ceb Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Fri, 26 Feb 2010 13:19:26 -0500 Subject: [PATCH] update ASDF version to 1.627 --- asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf.lisp b/asdf.lisp index 0fdbc0db0..876823cd5 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -244,7 +244,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.626" (1+ (length "VERSION")))) + (subseq "VERSION:1.627" (1+ (length "VERSION")))) (defun asdf-version () "Exported interface to the version of ASDF currently installed. A string. -- GitLab