aboutsummaryrefslogtreecommitdiff
path: root/dynasm/dasm_mips.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 45b82755..59147015 100644
--- a/dynasm/dasm_mips.lua
+++ b/dynasm/dasm_mips.lua
@@ -12,9 +12,9 @@ local mipsr6 = _map_def.MIPSR6
12local _info = { 12local _info = {
13 arch = mips64 and "mips64" or "mips", 13 arch = mips64 and "mips64" or "mips",
14 description = "DynASM MIPS32/MIPS64 module", 14 description = "DynASM MIPS32/MIPS64 module",
15 version = "1.4.0", 15 version = "1.5.0",
16 vernum = 10400, 16 vernum = 10500,
17 release = "2020-01-20", 17 release = "2021-05-02",
18 author = "Mike Pall", 18 author = "Mike Pall",
19 license = "MIT", 19 license = "MIT",
20} 20}