From 00c5ba15c70791d999699581db65e11f2bf55c37 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Wed, 17 Mar 2010 22:22:30 -0400
Subject: [PATCH] update ASDF version to 1.650

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

diff --git a/asdf.lisp b/asdf.lisp
index 04451d9e..60e950c9 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -251,7 +251,7 @@
   ;; This parameter isn't actually user-visible
   ;; -- please use the exported function ASDF:ASDF-VERSION below.
   ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
-  (subseq "VERSION:1.649" (1+ (length "VERSION"))))
+  (subseq "VERSION:1.650" (1+ (length "VERSION"))))
 
 (defun asdf-version ()
   "Exported interface to the version of ASDF currently installed. A string.
-- 
GitLab