From b3797181f640b98f02426c1f4490233c9be53f58 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Sat, 13 Feb 2010 14:16:06 -0500
Subject: [PATCH] Bumping version to 1.609

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

diff --git a/asdf.lisp b/asdf.lisp
index 5c470388..c1246ad3 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -190,7 +190,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.608" (1+ (length "VERSION"))))
+  (subseq "VERSION:1.609" (1+ (length "VERSION"))))
 
 (defun asdf-version ()
   "Exported interface to the version of ASDF currently installed. A string.
-- 
GitLab