consistent version numbering is good!

master
jluehrs2 2007-09-04 00:59:20 -05:00
parent 8b6de29aa8
commit 93907d468c
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -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

View File

@ -15,7 +15,7 @@ local table = require 'table'
---
-- LuaIRC - IRC framework written in Lua
-- @release 0.02
-- @release 0.2
module 'irc'
-- constants {{{