Corrected server-product-info to show real CLASH version number.
This commit is contained in:
@ -122,7 +122,7 @@ Server Response-Header."))
|
||||
(declare (ignore server))
|
||||
;; Default for people too lazy to adjust
|
||||
(load-time-value
|
||||
(list "CLASH/1.0"
|
||||
(list (format nil "CLASH/~A" (clash-version-string))
|
||||
(format nil "(~A)"
|
||||
(delete #\( (remove #\) (lisp-implementation-type)))))
|
||||
t))
|
||||
|
||||
Reference in New Issue
Block a user