lua: updates reported version details to reflect the mainline use

Sat, 15 Jan 2011 20:13:03 -0500

author
Thomas Harning Jr <harningt@gmail.com>
date
Sat, 15 Jan 2011 20:13:03 -0500
changeset 98
36ce9962277c
parent 97
dfe23f13242d
child 99
d94eb4cfcd7e

lua: updates reported version details to reflect the mainline use

lua/luaevent.lua file | annotate | diff | comparison | revisions
--- a/lua/luaevent.lua	Sat Jan 15 20:12:24 2011 -0500
+++ b/lua/luaevent.lua	Sat Jan 15 20:13:03 2011 -0500
@@ -5,8 +5,8 @@
 module("luaevent", package.seeall)
 require("luaevent.core")
 
-_NAME = "luaevent-prosody";
-_VERSION = "0.1.0";
+_NAME = "luaevent";
+_VERSION = "0.3.0";
 
 local EV_READ = luaevent.core.EV_READ
 local EV_WRITE = luaevent.core.EV_WRITE

mercurial