RELEASE LuaJIT-2.0.0-beta7

This commit is contained in:
Mike Pall
2011-05-05 16:17:57 +02:00
parent 998061f530
commit cfdc356ebe
19 changed files with 41 additions and 41 deletions

View File

@@ -9,9 +9,9 @@
local _info = {
arch = "arm",
description = "DynASM ARM module",
version = "1.2.2",
vernum = 10202,
release = "2011-03-23",
version = "1.3.0",
vernum = 10300,
release = "2011-05-05",
author = "Mike Pall",
license = "MIT",
}

View File

@@ -9,9 +9,9 @@
local _info = {
arch = "ppc",
description = "DynASM PPC module",
version = "1.2.2",
vernum = 10202,
release = "2011-01-09",
version = "1.3.0",
vernum = 10300,
release = "2011-05-05",
author = "Mike Pall",
license = "MIT",
}

View File

@@ -10,8 +10,8 @@
#include <stddef.h>
#include <stdarg.h>
#define DASM_IDENT "DynASM 1.2.2"
#define DASM_VERSION 10202 /* 1.2.2 */
#define DASM_IDENT "DynASM 1.3.0"
#define DASM_VERSION 10300 /* 1.3.0 */
#ifndef Dst_DECL
#define Dst_DECL dasm_State **Dst

View File

@@ -11,9 +11,9 @@ local x64 = x64
local _info = {
arch = x64 and "x64" or "x86",
description = "DynASM x86/x64 module",
version = "1.2.2",
vernum = 10202,
release = "2011-01-09",
version = "1.3.0",
vernum = 10300,
release = "2011-05-05",
author = "Mike Pall",
license = "MIT",
}

View File

@@ -10,9 +10,9 @@
local _info = {
name = "DynASM",
description = "A dynamic assembler for code generation engines",
version = "1.2.2",
vernum = 10202,
release = "2011-01-09",
version = "1.3.0",
vernum = 10300,
release = "2011-05-05",
author = "Mike Pall",
url = "http://luajit.org/dynasm.html",
license = "MIT",