aboutsummaryrefslogtreecommitdiff
path: root/dynasm/dasm_mips.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2015-10-24 18:46:45 +0200
committerMike Pall <mike>2015-10-24 18:46:45 +0200
commitd62dc019842032ab642631eec01438aae370c572 (patch)
tree24786fe6c494667d88ee92eb7badc93d58c1e748 /dynasm/dasm_mips.lua
parent8a13c9cebf368de9338c3c3c8c30c48d45d717bd (diff)
downloadluajit-d62dc019842032ab642631eec01438aae370c572.tar.gz
luajit-d62dc019842032ab642631eec01438aae370c572.tar.bz2
luajit-d62dc019842032ab642631eec01438aae370c572.zip
DynASM: Bump version to 1.4.
Thanks to Peter Cawley.
Diffstat (limited to 'dynasm/dasm_mips.lua')
-rw-r--r--dynasm/dasm_mips.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/dynasm/dasm_mips.lua b/dynasm/dasm_mips.lua
index ae0dbd7a..ef383431 100644
--- a/dynasm/dasm_mips.lua
+++ b/dynasm/dasm_mips.lua
@@ -9,9 +9,9 @@
9local _info = { 9local _info = {
10 arch = "mips", 10 arch = "mips",
11 description = "DynASM MIPS module", 11 description = "DynASM MIPS module",
12 version = "1.3.0", 12 version = "1.4.0",
13 vernum = 10300, 13 vernum = 10400,
14 release = "2012-01-23", 14 release = "2015-10-18",
15 author = "Mike Pall", 15 author = "Mike Pall",
16 license = "MIT", 16 license = "MIT",
17} 17}