From 29ae28957cf585172e6a738b0a674f7d6be82a3c Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 4 Sep 2007 22:19:11 -0500 Subject: version++ --- src/irc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/irc.lua b/src/irc.lua index 49a11d3..a0c22b4 100644 --- a/src/irc.lua +++ b/src/irc.lua @@ -17,11 +17,11 @@ local table = require 'table' --- -- LuaIRC - IRC framework written in Lua --- @release 0.2 +-- @release 0.3 module 'irc' -- constants {{{ -_VERSION = 'LuaIRC 0.2' +_VERSION = 'LuaIRC 0.3' -- }}} -- classes {{{ -- cgit v1.2.3-54-g00ecf