aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2011-01-15 20:13:03 -0500
committerThomas Harning Jr <harningt@gmail.com>2011-01-15 20:13:03 -0500
commit44f39b32ac37e644bf1fb20d52c42e4e7c7ca2ad (patch)
treeaae3651f6432cd2f1d938bf3237d91f268b0d66b
parent90abc074b2f911f9afc6e321f17fcc0c8570fb95 (diff)
downloadluaevent-prosody-44f39b32ac37e644bf1fb20d52c42e4e7c7ca2ad.tar.gz
luaevent-prosody-44f39b32ac37e644bf1fb20d52c42e4e7c7ca2ad.zip
lua: updates reported version details to reflect the mainline use
-rw-r--r--lua/luaevent.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/luaevent.lua b/lua/luaevent.lua
index 7e1b9ad..54eabf6 100644
--- a/lua/luaevent.lua
+++ b/lua/luaevent.lua
@@ -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