diff --git a/src/luacomp_vars.lua b/src/luacomp_vars.lua index fff524a..125b306 100644 --- a/src/luacomp_vars.lua +++ b/src/luacomp_vars.lua @@ -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") \ No newline at end of file