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:
parent
7fd20d720d
commit
2ddf0ce51c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ the help command."
|
||||||
(*exit-status* ,code))
|
(*exit-status* ,code))
|
||||||
,@body))
|
,@body))
|
||||||
|
|
||||||
(defconstant version "0.1.1"
|
(defparameter version "0.1.1"
|
||||||
"Clark's version.")
|
"Clark's version.")
|
||||||
|
|
||||||
(defun add-tags (url-or-id tags)
|
(defun add-tags (url-or-id tags)
|
||||||
|
|
Loading…
Reference in a new issue