Skip to content

Commit cbddd9f

Browse files
committed
Fix header and version for dev
1 parent d30cdcb commit cbddd9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

luaxp.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
-- author.
55
--
66
-- Author: Copyright (c) 2016,2018 Patrick Rigney <[email protected]>
7-
-- License: GPL 3.0 (see https://github.com/toggledbits/luaxp/blob/master/LICENSE)
7+
-- License: MIT License
88
-- Github: https://github.com/toggledbits/luaxp
99
------------------------------------------------------------------------
1010

1111
local _M = {}
1212

13-
_M._VERSION = "0.9.7dev"
14-
_M._VNUMBER = 000907
13+
_M._VERSION = "0.9.8dev"
14+
_M._VNUMBER = 000908
1515
_M._DEBUG = false -- Caller may set boolean true or function(msg)
1616

1717
-- Binary operators and precedence (lower prec is higher precedence)

0 commit comments

Comments
 (0)