From 0078a28c2fecd9bd9304e418b5df0e7292bc5fc3 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Sat, 19 Jun 2010 19:43:41 -0400 Subject: [PATCH] 2.100: actually bump version --- asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf.lisp b/asdf.lisp index 4d14b720..2f6f08be 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -70,7 +70,7 @@ :test 'equalp :key 'car)) (let* ((asdf-version ;; the 1+ helps the version bumping script discriminate - (subseq "VERSION:2.002" (1+ (length "VERSION")))) + (subseq "VERSION:2.100" (1+ (length "VERSION")))) (existing-asdf (find-package :asdf)) (vername '#:*asdf-version*) (versym (and existing-asdf -- GitLab