aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 00:59:20 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 00:59:20 -0500
commit93907d468c1497a4ee26f6b549c1aa4e2097c980 (patch)
treea7da9be4214a2a51c93dcaa8d3db7413b26a3c46
parent8b6de29aa826c6f9d19f1e75f260540b35242b08 (diff)
downloadluairc-93907d468c1497a4ee26f6b549c1aa4e2097c980.tar.gz
luairc-93907d468c1497a4ee26f6b549c1aa4e2097c980.zip
consistent version numbering is good!
-rw-r--r--TODO2
-rw-r--r--src/irc.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4a14e5c..b52ea05 100644
--- 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
diff --git a/src/irc.lua b/src/irc.lua
index d8b8ba8..3d7d68f 100644
--- a/src/irc.lua
+++ b/src/irc.lua
@@ -15,7 +15,7 @@ local table = require 'table'
---
-- LuaIRC - IRC framework written in Lua
--- @release 0.02
+-- @release 0.2
module 'irc'
-- constants {{{