base/lua: fixes incorrectly recorded version and prepares a new release

Wed, 06 Jul 2011 23:56:20 -0400

author
Thomas Harning Jr <harningt@gmail.com>
date
Wed, 06 Jul 2011 23:56:20 -0400
changeset 106
f03fc4cde677
parent 105
9fb82ef210a3
child 107
f937d449075d

base/lua: fixes incorrectly recorded version and prepares a new release

CHANGELOG file | annotate | diff | comparison | revisions
lua/luaevent.lua file | annotate | diff | comparison | revisions
--- a/CHANGELOG	Tue Jul 05 22:23:15 2011 -0400
+++ b/CHANGELOG	Wed Jul 06 23:56:20 2011 -0400
@@ -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
--- a/lua/luaevent.lua	Tue Jul 05 22:23:15 2011 -0400
+++ b/lua/luaevent.lua	Wed Jul 06 23:56:20 2011 -0400
@@ -6,7 +6,7 @@
 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

mercurial