summaryrefslogtreecommitdiff
path: root/dynasm/dasm_x86.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2011-05-05 16:17:57 +0200
committerMike Pall <mike>2011-05-05 16:31:13 +0200
commitcfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f (patch)
treece5af91398c831e4849707b96d77545bac5fa090 /dynasm/dasm_x86.lua
parent998061f5306e7675900230751413adfff4cc7319 (diff)
downloadluajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.gz
luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.bz2
luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.zip
RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7
Diffstat (limited to 'dynasm/dasm_x86.lua')
-rw-r--r--dynasm/dasm_x86.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua
index 4ade52f0..5571f93e 100644
--- a/dynasm/dasm_x86.lua
+++ b/dynasm/dasm_x86.lua
@@ -11,9 +11,9 @@ local x64 = x64
11local _info = { 11local _info = {
12 arch = x64 and "x64" or "x86", 12 arch = x64 and "x64" or "x86",
13 description = "DynASM x86/x64 module", 13 description = "DynASM x86/x64 module",
14 version = "1.2.2", 14 version = "1.3.0",
15 vernum = 10202, 15 vernum = 10300,
16 release = "2011-01-09", 16 release = "2011-05-05",
17 author = "Mike Pall", 17 author = "Mike Pall",
18 license = "MIT", 18 license = "MIT",
19} 19}