From: Thomas Harning Jr Date: Thu, 7 Jul 2011 03:56:20 +0000 (-0400) Subject: base/lua: fixes incorrectly recorded version and prepares a new release X-Git-Tag: v0.4.0~6^2~3 X-Git-Url: https://repo.or.cz/w/luaevent.git/commitdiff_plain/fcefc3dc8b310b9ff32b44a517c90ccf98b8e066 base/lua: fixes incorrectly recorded version and prepares a new release --- diff --git a/CHANGELOG b/CHANGELOG index 921cc9a..c295d76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.3.2 - 2011-07-06 + * Fixed recorded version in Lua 0.3.1 - 2011-01-15 * Merged all of luaevent-prosody (0.1.1) changes (missed updates) 0.3.0 - 2011-01-15 diff --git a/lua/luaevent.lua b/lua/luaevent.lua index 54eabf6..509d94f 100644 --- a/lua/luaevent.lua +++ b/lua/luaevent.lua @@ -6,7 +6,7 @@ module("luaevent", package.seeall) require("luaevent.core") _NAME = "luaevent"; -_VERSION = "0.3.0"; +_VERSION = "0.3.2"; local EV_READ = luaevent.core.EV_READ local EV_WRITE = luaevent.core.EV_WRITE