- Timestamp:
- 09/23/12 16:20:09 (13 years ago)
- Location:
- tags/0.9.1
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/0.9.1/cl-irc.asd ¶
r172 r228 14 14 :name "cl-irc" 15 15 :author "Erik Enge & Contributors" 16 :version "0. 8-dev"16 :version "0.9.1" 17 17 :licence "MIT" 18 18 :description "Common Lisp interface to the IRC protocol" -
TabularUnified tags/0.9.1/variable.lisp ¶
r223 r228 11 11 (defconstant +soh+ #.(code-char 1)) 12 12 13 (defparameter *version* "0.9.1 -dev")13 (defparameter *version* "0.9.1") 14 14 (defparameter *ctcp-version* 15 15 (format nil "CL IRC library, cl-irc:~A:~A ~A"
Note: See TracChangeset
for help on using the changeset viewer.