From eeb5ae12ba1d06791cbcfdd2d3ee32f05dc178d9 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@real-time.com>
Date: Sun, 14 Mar 2010 11:33:27 -0500
Subject: [PATCH] Release 1.635.

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

diff --git a/asdf.lisp b/asdf.lisp
index 01bf514f2..7858caad6 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -247,7 +247,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.634" (1+ (length "VERSION"))))
+  (subseq "VERSION:1.635" (1+ (length "VERSION"))))
 
 (defun asdf-version ()
   "Exported interface to the version of ASDF currently installed. A string.
-- 
GitLab