diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-21 23:33:17 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-21 23:33:17 -0600 |
commit | 80e9f38278f6d27e693ad536189c70bc1528c4ab (patch) | |
tree | 08a923b2d0a0be253d498aba442a8f23f019a273 | |
parent | 961e0200df2e7173a76458c4ff34cbfe5d9c64f9 (diff) | |
download | lua-compat-53-packaging-80e9f38278f6d27e693ad536189c70bc1528c4ab.tar.gz lua-compat-53-packaging-80e9f38278f6d27e693ad536189c70bc1528c4ab.tar.bz2 lua-compat-53-packaging-80e9f38278f6d27e693ad536189c70bc1528c4ab.zip |
hotfix
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ local compat_versions = { | |||
6 | } | 6 | } |
7 | for i = 1,14 do | 7 | for i = 1,14 do |
8 | if i ~= 9 and i ~= 10 then | 8 | if i ~= 9 and i ~= 10 then |
9 | compat_versions["0." .. tostring(i) .. "-1"] = "v0." .. tostring(i) | 9 | compat_versions["0." .. i .. "-1"] = "v0." .. i |
10 | end | 10 | end |
11 | end | 11 | end |
12 | local lua_versions = { | 12 | local lua_versions = { |