From cbc8bef213959db2efe6ef33ab67cdf1369f33e6 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Tue, 9 Feb 2010 23:52:29 -0500 Subject: [PATCH] update ASDF version to 1.606 --- asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf.lisp b/asdf.lisp index ca76297b..eb09f2a5 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -187,7 +187,7 @@ ;;;; (defparameter *asdf-version* ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace - (subseq "VERSION:1.605" (1+ (length "VERSION")))) + (subseq "VERSION:1.606" (1+ (length "VERSION")))) (defun asdf-version () *asdf-version*) -- GitLab