From 777305aff31c321a85717aa198e196ffc1a5eecd Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (humdrum)" Date: Fri, 4 May 2012 10:13:47 +0100 Subject: Make SIO release same as parent luxio release, expose luxio though sio for access to definitions, etc. --- luxio/simple.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'luxio') 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, ""), stderr = sio_wrap_mt(l.STDERR_FILENO, true, ""), - _VERSION = "Luxio Simple Interface 0", + luxio = l, + + _VERSION = "Luxio Simple Interface " .. tostring(l._RELEASE), _COPYRIGHT = "Copyright 2012 Rob Kendrick ", - _RELEASE = 0 + _RELEASE = l._RELEASE } \ No newline at end of file -- cgit v1.2.1