summaryrefslogtreecommitdiff
path: root/dynasm/dasm_ppc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dynasm/dasm_ppc.lua')
-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 01376f76..bb6de01e 100644
--- a/dynasm/dasm_ppc.lua
+++ b/dynasm/dasm_ppc.lua
@@ -9,9 +9,9 @@
9local _info = { 9local _info = {
10 arch = "ppc", 10 arch = "ppc",
11 description = "DynASM PPC module", 11 description = "DynASM PPC module",
12 version = "1.2.2", 12 version = "1.3.0",
13 vernum = 10202, 13 vernum = 10300,
14 release = "2011-01-09", 14 release = "2011-05-05",
15 author = "Mike Pall", 15 author = "Mike Pall",
16 license = "MIT", 16 license = "MIT",
17} 17}