From 1f7690b49b73b499ff2bd2ad77ec23c273941814 Mon Sep 17 00:00:00 2001
From: Gary King <gwking@franz.com>
Date: Tue, 27 Oct 2009 08:05:43 -0400
Subject: [PATCH] update ASDF version to 1.369

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

diff --git a/asdf.lisp b/asdf.lisp
index 9475935f..c713bdad 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -160,7 +160,7 @@
 
 (defvar *asdf-revision* 
   ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
-  (subseq "REVISION:1.368" (1+ (length "REVISION"))))
+  (subseq "REVISION:1.369" (1+ (length "REVISION"))))
   
 
 (defvar *resolve-symlinks* t
-- 
GitLab