summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2013-01-05 18:36:55 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2013-01-05 18:36:55 +0000
commita0815d85126a08b4716fd21f7f25c80fa2040b97 (patch)
tree34f121fb9ee27dc43603ba7d7a41f5f8a566706c /usr.bin
parent70c5a5a61ceaf5d411d3303ab2bb99d5e047e6b7 (diff)
teach file about lua 5.2.
ok miod@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/file/magdir/lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/file/magdir/lua b/usr.bin/file/magdir/lua
index a65e0929459..91b9531ed85 100644
--- a/usr.bin/file/magdir/lua
+++ b/usr.bin/file/magdir/lua
@@ -1,4 +1,4 @@
-# $OpenBSD: lua,v 1.2 2009/04/26 14:17:45 chl Exp $
+# $OpenBSD: lua,v 1.3 2013/01/05 18:36:54 fgsch Exp $
#------------------------------------------------------------------------------
# lua: file(1) magic for Lua scripting language
@@ -15,3 +15,4 @@
0 string \033Lua Lua bytecode,
>4 byte 0x50 version 5.0
>4 byte 0x51 version 5.1
+>4 byte 0x52 version 5.2