- Timestamp:
- 09/23/12 16:21:52 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/cl-irc.asd ¶
r172 r229 14 14 :name "cl-irc" 15 15 :author "Erik Enge & Contributors" 16 :version "0. 8-dev"16 :version "0.9.2-dev" 17 17 :licence "MIT" 18 18 :description "Common Lisp interface to the IRC protocol" -
TabularUnified trunk/variable.lisp ¶
r223 r229 11 11 (defconstant +soh+ #.(code-char 1)) 12 12 13 (defparameter *version* "0.9. 1-dev")13 (defparameter *version* "0.9.2-dev") 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.