added back _luamode suffix to version string

This commit is contained in:
Cosmin Apreutesei
2016-01-14 19:10:26 +02:00
parent b8c99f0893
commit 16d1c644a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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",