[cl-irc-cvs] r229 - trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Sep 23 16:21:53 UTC 2012


Author: ehuelsmann
Date: Sun Sep 23 09:21:52 2012
New Revision: 229

Log:
Increase version number(s) after tagging 0.9.1.

Modified:
   trunk/cl-irc.asd
   trunk/variable.lisp

Modified: trunk/cl-irc.asd
==============================================================================
--- trunk/cl-irc.asd	Sun Sep 23 09:20:09 2012	(r228)
+++ trunk/cl-irc.asd	Sun Sep 23 09:21:52 2012	(r229)
@@ -13,7 +13,7 @@
 (defsystem cl-irc
     :name "cl-irc"
     :author "Erik Enge & Contributors"
-    :version "0.8-dev"
+    :version "0.9.2-dev"
     :licence "MIT"
     :description "Common Lisp interface to the IRC protocol"
     :depends-on (:split-sequence :usocket :flexi-streams)

Modified: trunk/variable.lisp
==============================================================================
--- trunk/variable.lisp	Sun Sep 23 09:20:09 2012	(r228)
+++ trunk/variable.lisp	Sun Sep 23 09:21:52 2012	(r229)
@@ -10,7 +10,7 @@
 
 (defconstant +soh+ #.(code-char 1))
 
-(defparameter *version* "0.9.1-dev")
+(defparameter *version* "0.9.2-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