Update of /project/cl-irc/cvsroot/cl-irc In directory common-lisp:/tmp/cvs-serv18563
Modified Files: variable.lisp Log Message: Make variable.lisp report the real version number we're actually working toward.
--- /project/cl-irc/cvsroot/cl-irc/variable.lisp 2005/03/27 19:21:28 1.6 +++ /project/cl-irc/cvsroot/cl-irc/variable.lisp 2006/02/15 19:15:21 1.7 @@ -1,4 +1,4 @@ -;;;; $Id: variable.lisp,v 1.6 2005/03/27 19:21:28 ehuelsmann Exp $ +;;;; $Id: variable.lisp,v 1.7 2006/02/15 19:15:21 ehuelsmann Exp $ ;;;; $Source: /project/cl-irc/cvsroot/cl-irc/variable.lisp,v $
;;;; See the LICENSE file for licensing information. @@ -10,7 +10,7 @@
(defconstant +soh+ #.(code-char 1))
-(defparameter *version* "0.1.0") +(defparameter *version* "0.8.0-dev") (defparameter *ctcp-version* (format nil "CL IRC library, cl-irc:~A:~A ~A" *version* (machine-type) (machine-version)))