diff options
Diffstat (limited to 'dynasm/dasm_mips.lua')
-rw-r--r-- | dynasm/dasm_mips.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynasm/dasm_mips.lua b/dynasm/dasm_mips.lua index ccdc53cd..3e41df52 100644 --- a/dynasm/dasm_mips.lua +++ b/dynasm/dasm_mips.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM MIPS32/MIPS64 module. | 2 | -- DynASM MIPS32/MIPS64 module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
7 | 7 | ||
@@ -14,7 +14,7 @@ local _info = { | |||
14 | description = "DynASM MIPS32/MIPS64 module", | 14 | description = "DynASM MIPS32/MIPS64 module", |
15 | version = "1.4.0", | 15 | version = "1.4.0", |
16 | vernum = 10400, | 16 | vernum = 10400, |
17 | release = "2016-05-24", | 17 | release = "2020-01-20", |
18 | author = "Mike Pall", | 18 | author = "Mike Pall", |
19 | license = "MIT", | 19 | license = "MIT", |
20 | } | 20 | } |