Use parameter instead of constant for version

The `defconstant' form generates an error when compiling, that the value
is not `eq' to the previous value.
This commit is contained in:
Tom Willemse 2013-06-04 01:16:30 +02:00
parent 7fd20d720d
commit 2ddf0ce51c

View file

@ -70,7 +70,7 @@ the help command."
(*exit-status* ,code))
,@body))
(defconstant version "0.1.1"
(defparameter version "0.1.1"
"Clark's version.")
(defun add-tags (url-or-id tags)