diff options
Diffstat (limited to 'dynasm/dynasm.lua')
-rw-r--r-- | dynasm/dynasm.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index 3fd344da..a437ffa2 100644 --- a/dynasm/dynasm.lua +++ b/dynasm/dynasm.lua | |||
@@ -2,7 +2,7 @@ | |||
2 | -- DynASM. A dynamic assembler for code generation engines. | 2 | -- DynASM. A dynamic assembler for code generation engines. |
3 | -- Originally designed and implemented for LuaJIT. | 3 | -- Originally designed and implemented for LuaJIT. |
4 | -- | 4 | -- |
5 | -- Copyright (C) 2005-2009 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2010 Mike Pall. All rights reserved. |
6 | -- See below for full copyright notice. | 6 | -- See below for full copyright notice. |
7 | ------------------------------------------------------------------------------ | 7 | ------------------------------------------------------------------------------ |
8 | 8 | ||
@@ -12,12 +12,12 @@ local _info = { | |||
12 | description = "A dynamic assembler for code generation engines", | 12 | description = "A dynamic assembler for code generation engines", |
13 | version = "1.2.1", | 13 | version = "1.2.1", |
14 | vernum = 10201, | 14 | vernum = 10201, |
15 | release = "2009-04-16", | 15 | release = "2010-01-09", |
16 | author = "Mike Pall", | 16 | author = "Mike Pall", |
17 | url = "http://luajit.org/dynasm.html", | 17 | url = "http://luajit.org/dynasm.html", |
18 | license = "MIT", | 18 | license = "MIT", |
19 | copyright = [[ | 19 | copyright = [[ |
20 | Copyright (C) 2005-2009 Mike Pall. All rights reserved. | 20 | Copyright (C) 2005-2010 Mike Pall. All rights reserved. |
21 | 21 | ||
22 | Permission is hereby granted, free of charge, to any person obtaining | 22 | Permission is hereby granted, free of charge, to any person obtaining |
23 | a copy of this software and associated documentation files (the | 23 | a copy of this software and associated documentation files (the |