Add _NAME and _VERSION fields to module

Mon, 07 Dec 2009 22:45:12 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 07 Dec 2009 22:45:12 +0000
changeset 70
004edb92a6e8
parent 69
da7e8688a2b5
child 71
3e56f21e2e28

Add _NAME and _VERSION fields to module

lua/luaevent.lua file | annotate | diff | comparison | revisions
--- a/lua/luaevent.lua	Mon Dec 07 22:40:03 2009 +0000
+++ b/lua/luaevent.lua	Mon Dec 07 22:45:12 2009 +0000
@@ -5,6 +5,9 @@
 module("luaevent", package.seeall)
 require("luaevent.core")
 
+_NAME = "luaevent";
+_VERSION = "0.3 dev";
+
 local EV_READ = luaevent.core.EV_READ
 local EV_WRITE = luaevent.core.EV_WRITE
 local base = luaevent.core.new()

mercurial