summaryrefslogtreecommitdiff
path: root/luxio
diff options
context:
space:
mode:
Diffstat (limited to 'luxio')
-rw-r--r--luxio/simple.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/luxio/simple.lua b/luxio/simple.lua
index da3f2ff..a2d18c0 100644
--- a/luxio/simple.lua
+++ b/luxio/simple.lua
@@ -808,7 +808,9 @@ return {
stdout = sio_wrap_mt(l.STDOUT_FILENO, true, "<stdout>"),
stderr = sio_wrap_mt(l.STDERR_FILENO, true, "<stderr>"),
- _VERSION = "Luxio Simple Interface 0",
+ luxio = l,
+
+ _VERSION = "Luxio Simple Interface " .. tostring(l._RELEASE),
_COPYRIGHT = "Copyright 2012 Rob Kendrick <rjek+luxio@rjek.com>",
- _RELEASE = 0
+ _RELEASE = l._RELEASE
} \ No newline at end of file