From d3a4d359b0b6740c3c930c5127e9ca985d13da4b Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Thu, 4 Feb 2010 15:38:16 -0500
Subject: [PATCH] update ASDF version to 1.603

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

diff --git a/asdf.lisp b/asdf.lisp
index 4791a58b..61bf3cfa 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.602" (1+ (length "VERSION"))))
+  (subseq "VERSION:1.603" (1+ (length "VERSION"))))
 
 (defun asdf-version ()
   *asdf-version*)
-- 
GitLab