Skip to content
Snippets Groups Projects
Commit 38bfbf65 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

make *asdf-revision* a defparameter rather than a defvar, so upgrading works. (Thanks to tcr)

parent 4ab91931
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@
;;;; -------------------------------------------------------------------------
;;;; User-visible parameters
;;;;
(defvar *asdf-revision*
(defparameter *asdf-revision*
;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
(subseq "REVISION:1.373" (1+ (length "REVISION"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment