From 2ddf0ce51c6e54754c69ab6f019c12867817adfc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 4 Jun 2013 01:16:30 +0200 Subject: 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. --- lisp/clark.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/clark.lisp b/lisp/clark.lisp index 64cf477..bb28bb3 100644 --- a/lisp/clark.lisp +++ b/lisp/clark.lisp @@ -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) -- cgit v1.2.3-54-g00ecf