diff --git a/src/luacomp_vars.lua b/src/luacomp_vars.lua index f472960..5e40ed9 100644 --- a/src/luacomp_vars.lua +++ b/src/luacomp_vars.lua @@ -6,6 +6,6 @@ end _sv("LUACOMP_V_MAJ", 2) _sv("LUACOMP_V_MIN", 0) -_sv("LUACOMP_V_PAT", 0) +_sv("LUACOMP_V_PAT", 1) _sv("LUACOMP_VERSION", LUACOMP_V_MAJ.."."..LUACOMP_V_MIN.."."..LUACOMP_V_PAT) _sv("LUACOMP_NAME", "LuaComp") \ No newline at end of file