From: jluehrs2 Date: Tue, 4 Sep 2007 05:59:20 +0000 (-0500) Subject: consistent version numbering is good! X-Git-Tag: 0.03~44 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=93907d468c1497a4ee26f6b549c1aa4e2097c980;p=luairc.git consistent version numbering is good! --- 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 {{{