We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30cdcb commit cbddd9fCopy full SHA for cbddd9f
luaxp.lua
@@ -4,14 +4,14 @@
4
-- author.
5
--
6
-- Author: Copyright (c) 2016,2018 Patrick Rigney <[email protected]>
7
--- License: GPL 3.0 (see https://github.com/toggledbits/luaxp/blob/master/LICENSE)
+-- License: MIT License
8
-- Github: https://github.com/toggledbits/luaxp
9
------------------------------------------------------------------------
10
11
local _M = {}
12
13
-_M._VERSION = "0.9.7dev"
14
-_M._VNUMBER = 000907
+_M._VERSION = "0.9.8dev"
+_M._VNUMBER = 000908
15
_M._DEBUG = false -- Caller may set boolean true or function(msg)
16
17
-- Binary operators and precedence (lower prec is higher precedence)
0 commit comments