From 88273f6ccc1724791058336701b376bcb47a07cd Mon Sep 17 00:00:00 2001
From: Gary King <gwking@franz.com>
Date: Sun, 27 Sep 2009 08:32:30 -0400
Subject: [PATCH] update ASDF version to 1.

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

diff --git a/asdf.lisp b/asdf.lisp
index c1104e59..4a3da349 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -147,7 +147,7 @@
 
 (defvar *asdf-revision* 
   ;; the 1+ hair is to ensure that we don't do an inadvertant find and replace
-  (subseq "REVISION:1.366" (1+ (length "REVISION"))))
+  (subseq "REVISION:1." (1+ (length "REVISION"))))
   
 
 (defvar *resolve-symlinks* t
-- 
GitLab