aboutsummaryrefslogtreecommitdiff
path: root/dynasm/dasm_ppc.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dynasm/dasm_ppc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/dynasm/dasm_ppc.lua b/dynasm/dasm_ppc.lua
index d295ef62..ee2afb2e 100644
--- a/dynasm/dasm_ppc.lua
+++ b/dynasm/dasm_ppc.lua
@@ -11,9 +11,9 @@
11local _info = { 11local _info = {
12 arch = "ppc", 12 arch = "ppc",
13 description = "DynASM PPC module", 13 description = "DynASM PPC module",
14 version = "1.4.0", 14 version = "1.5.0",
15 vernum = 10400, 15 vernum = 10500,
16 release = "2015-10-18", 16 release = "2021-05-02",
17 author = "Mike Pall", 17 author = "Mike Pall",
18 license = "MIT", 18 license = "MIT",
19} 19}