diff options
Diffstat (limited to 'etc/lua.magic')
| -rw-r--r-- | etc/lua.magic | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/lua.magic b/etc/lua.magic index eb78f8d0..c7ae5955 100644 --- a/etc/lua.magic +++ b/etc/lua.magic @@ -1,10 +1,12 @@ -# Lua precompiled files +# Lua precompiled files. Versions 2.3 and 4.1 were never officially released. 0 string \33Lua precompiled chunk for Lua ->4 byte 0x23 2.3 +>4 byte 0x23 2.3* >4 byte 0x24 2.4 >4 byte 0x25 2.5 >4 byte 0x30 3.0 >4 byte 0x31 3.1 >4 byte 0x32 3.2 >4 byte 0x40 4.0 +>4 byte 0x41 4.1* +>4 byte 0x50 5.0 |
