aboutsummaryrefslogtreecommitdiff
path: root/dynasm/dasm_mips.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2021-05-02 22:29:01 +0200
committerMike Pall <mike>2021-05-02 22:29:01 +0200
commit8dc3cd6c84dfc81539604340b7884408e1c71d55 (patch)
treedc418f03fca5ed4f6bb9ce55bf0575eae23ad0a1 /dynasm/dasm_mips.lua
parent0f8a340c8c71fb8f5b8ae7c3ae94bfe81af8f8e8 (diff)
downloadluajit-8dc3cd6c84dfc81539604340b7884408e1c71d55.tar.gz
luajit-8dc3cd6c84dfc81539604340b7884408e1c71d55.tar.bz2
luajit-8dc3cd6c84dfc81539604340b7884408e1c71d55.zip
DynASM: Bump version to 1.5.0.
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 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}