From 9f5b2d5d5e4cd8f36b70be5845ca79da5cdb0a3f Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Fri, 5 Mar 2010 19:55:41 -0500 Subject: [PATCH] 1.630: try to overcome git tagging SNAFU --- asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf.lisp b/asdf.lisp index bc48b81b..bdd52d03 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.629" (1+ (length "VERSION")))) + (subseq "VERSION:1.630" (1+ (length "VERSION")))) (defun asdf-version () "Exported interface to the version of ASDF currently installed. A string. -- GitLab