mirror of
https://github.com/vxcontrol/lualibs-dynasm.git
synced 2026-07-01 13:19:14 -04:00
added back _luamode suffix to version string
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ local x64 = rawget(_G, "x64") --rawget so it works with strict.lua
|
||||
local _info = {
|
||||
arch = x64 and "x64" or "x86",
|
||||
description = "DynASM x86/x64 module",
|
||||
version = "1.4.0",
|
||||
version = "1.4.0_luamode",
|
||||
vernum = 10400,
|
||||
release = "2015-10-18",
|
||||
author = "Mike Pall",
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
local _info = {
|
||||
name = "DynASM",
|
||||
description = "A dynamic assembler for code generation engines",
|
||||
version = "1.4.0",
|
||||
version = "1.4.0_luamode",
|
||||
vernum = 10400,
|
||||
release = "2015-10-18",
|
||||
author = "Mike Pall",
|
||||
|
||||
Reference in New Issue
Block a user