[cl-irc-cvs] r222 - tags/0.9.0
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Sep 23 10:47:10 UTC 2012
Author: ehuelsmann
Date: Sun Sep 23 03:47:09 2012
New Revision: 222
Log:
Create 0.9.0 tag with correct version info.
Added:
tags/0.9.0/
- copied from r221, trunk/
Modified:
tags/0.9.0/variable.lisp
Modified: tags/0.9.0/variable.lisp
==============================================================================
--- trunk/variable.lisp Sun Sep 23 03:44:54 2012 (r221)
+++ tags/0.9.0/variable.lisp Sun Sep 23 03:47:09 2012 (r222)
@@ -10,7 +10,7 @@
(defconstant +soh+ #.(code-char 1))
-(defparameter *version* "0.8.0-dev")
+(defparameter *version* "0.9.0")
(defparameter *ctcp-version*
(format nil "CL IRC library, cl-irc:~A:~A ~A"
*version* (machine-type) (machine-version)))
More information about the cl-irc-cvs
mailing list