From f9fd48c4684e2811ea82ed21eb0f183c01afb4bc Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Mon, 15 Mar 2010 23:39:18 -0400 Subject: [PATCH] update ASDF version to 1.640 --- asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf.lisp b/asdf.lisp index 7b450a19..b4d0635c 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -250,7 +250,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.639" (1+ (length "VERSION")))) + (subseq "VERSION:1.640" (1+ (length "VERSION")))) (defun asdf-version () "Exported interface to the version of ASDF currently installed. A string. -- GitLab