Compare commits

...

2 Commits

Author SHA1 Message Date
Sam Roxanne 4eb84b0e85 version bump 2020-06-02 12:27:53 -05:00
Sam Roxanne af9be05fc8 forgot something 2020-06-02 12:21:21 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ function providers.luamin(cin)
-- io.stderr:write("DEBUG: ", "luamin -f "..fn.." 2>&1", "\n")
local dat = lmh:read("*a")
local stat, _, code = lmh:close()
--os.remove(fn)
os.remove(fn)
if (code ~= 0) then
return false, dat
end

View File

@ -6,6 +6,6 @@ end
_sv("LUACOMP_V_MAJ", 1)
_sv("LUACOMP_V_MIN", 2)
_sv("LUACOMP_V_PAT", 1)
_sv("LUACOMP_V_PAT", 2)
_sv("LUACOMP_VERSION", LUACOMP_V_MAJ.."."..LUACOMP_V_MIN.."."..LUACOMP_V_PAT)
_sv("LUACOMP_NAME", "LuaComp")