From a769432db39e9c5d594071a6856b8b3dbcf95c3a Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Fri, 12 Feb 2010 15:46:12 -0500
Subject: [PATCH] update ASDF version to 1.607

---
 asdf.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asdf.lisp b/asdf.lisp
index 07788bef..ccc11581 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.606" (1+ (length "VERSION"))))
+  (subseq "VERSION:1.607" (1+ (length "VERSION"))))
 
 (defun asdf-version ()
   *asdf-version*)
-- 
GitLab