Update name and version to luaevent-prosody 0.1.0

Mon, 15 Feb 2010 13:32:24 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 15 Feb 2010 13:32:24 +0000
changeset 80
73d56b9d00f5
parent 79
0bb6c4197500
child 81
0d22d718bb51

Update name and version to luaevent-prosody 0.1.0

lua/luaevent.lua file | annotate | diff | comparison | revisions
--- a/lua/luaevent.lua	Mon Feb 15 13:20:27 2010 +0000
+++ b/lua/luaevent.lua	Mon Feb 15 13:32:24 2010 +0000
@@ -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

mercurial