[cl-irc-cvs] r223 - trunk
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Sep 23 10:52:36 UTC 2012
Author: ehuelsmann
Date: Sun Sep 23 03:52:35 2012
New Revision: 223
Log:
Promote trunk to 0.9.1-dev, following the tag of 0.9.0.
Modified:
trunk/variable.lisp
Modified: trunk/variable.lisp
==============================================================================
--- trunk/variable.lisp Sun Sep 23 03:47:09 2012 (r222)
+++ trunk/variable.lisp Sun Sep 23 03:52:35 2012 (r223)
@@ -10,7 +10,7 @@
(defconstant +soh+ #.(code-char 1))
-(defparameter *version* "0.8.0-dev")
+(defparameter *version* "0.9.1-dev")
(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