aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-15 13:32:24 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-15 13:32:24 +0000
commitaa94ab811d09e8ca5988705e708c35e406487b1d (patch)
tree6a07dbcaf1d7873fb81f12177aa2cf093df9f8a7
parentfbcae7041b84f6e941f23d3d8dd97abc09df3ed3 (diff)
downloadluaevent-prosody-aa94ab811d09e8ca5988705e708c35e406487b1d.tar.gz
luaevent-prosody-aa94ab811d09e8ca5988705e708c35e406487b1d.zip
Update name and version to luaevent-prosody 0.1.0
-rw-r--r--lua/luaevent.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/luaevent.lua b/lua/luaevent.lua
index ffd54f5..7e1b9ad 100644
--- a/lua/luaevent.lua
+++ b/lua/luaevent.lua
@@ -5,8 +5,8 @@
module("luaevent", package.seeall)
require("luaevent.core")
-_NAME = "luaevent";
-_VERSION = "0.3 dev";
+_NAME = "luaevent-prosody";
+_VERSION = "0.1.0";
local EV_READ = luaevent.core.EV_READ
local EV_WRITE = luaevent.core.EV_WRITE