summaryrefslogtreecommitdiff
path: root/dynasm/dasm_x86.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2011-01-09 17:12:53 +0100
committerMike Pall <mike>2011-01-09 17:12:53 +0100
commit06f99fc3dfa5da1fb9de7210b8a0ce772745a375 (patch)
tree6465ff3fc3b4e0fd82ac04a6743f81684f60a4ab /dynasm/dasm_x86.lua
parent4c0330a8b114ddb4196c92d049a3b9337cb73588 (diff)
downloadluajit2-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.tar.gz
Bump copyright date to 2011.
Diffstat (limited to 'dynasm/dasm_x86.lua')
-rw-r--r--dynasm/dasm_x86.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua
index 5e12d23c..0d4bd4c3 100644
--- a/dynasm/dasm_x86.lua
+++ b/dynasm/dasm_x86.lua
@@ -1,7 +1,7 @@
------------------------------------------------------------------------------
-- DynASM x86/x64 module.
--
--- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
-- See dynasm.lua for full copyright notice.
------------------------------------------------------------------------------
@@ -11,9 +11,9 @@ local x64 = x64
local _info = {
arch = x64 and "x64" or "x86",
description = "DynASM x86/x64 module",
- version = "1.2.1",
- vernum = 10201,
- release = "2010-01-09",
+ version = "1.2.2",
+ vernum = 10202,
+ release = "2011-01-09",
author = "Mike Pall",
license = "MIT",
}