Version bump.

This commit is contained in:
Jane Roxanne 2020-03-18 13:29:21 -05:00
parent fbb270ee4a
commit ae75748b66
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ end
_sv("LUACOMP_V_MAJ", 1)
_sv("LUACOMP_V_MIN", 2)
_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")