]> git.lizzy.rs Git - luairc.git/commitdiff
consistent version numbering is good!
authorjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 05:59:20 +0000 (00:59 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 05:59:20 +0000 (00:59 -0500)
TODO
src/irc.lua

diff --git a/TODO b/TODO
index 4a14e5c5b8d95a77923df9611cfefe5b67d60f75..b52ea05ef0ff07a32bb5c62c58a2630270984320 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Before next release - 0.1
+Before next release - 0.3
 ===================
 - Document available callbacks
 - Rework the way CTCP quoting is handled throughout the code... the whole string/table thing is pretty ugly
index d8b8ba8c056c68119b3a66d8ddd4e7ba6fda74e1..3d7d68faa0b7fedce8e86d4583c37541c45e88fe 100644 (file)
@@ -15,7 +15,7 @@ local table =     require 'table'
 
 ---
 -- LuaIRC - IRC framework written in Lua
--- @release 0.02
+-- @release 0.2
 module 'irc'
 
 -- constants {{{