diff options
author | Mike Pall <mike> | 2011-05-05 16:17:57 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-05-05 16:31:13 +0200 |
commit | cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f (patch) | |
tree | ce5af91398c831e4849707b96d77545bac5fa090 /src | |
parent | 998061f5306e7675900230751413adfff4cc7319 (diff) | |
download | luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.gz luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.bz2 luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.zip |
RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7
Diffstat (limited to 'src')
-rw-r--r-- | src/buildvm_arm.h | 4 | ||||
-rw-r--r-- | src/buildvm_ppcspe.h | 4 | ||||
-rw-r--r-- | src/buildvm_x64.h | 4 | ||||
-rw-r--r-- | src/buildvm_x64win.h | 4 | ||||
-rw-r--r-- | src/buildvm_x86.h | 4 | ||||
-rw-r--r-- | src/luaconf.h | 4 | ||||
-rw-r--r-- | src/luajit.h | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/src/buildvm_arm.h b/src/buildvm_arm.h index a5f16897..9e0b2a55 100644 --- a/src/buildvm_arm.h +++ b/src/buildvm_arm.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** This file has been pre-processed with DynASM. | 2 | ** This file has been pre-processed with DynASM. |
3 | ** http://luajit.org/dynasm.html | 3 | ** http://luajit.org/dynasm.html |
4 | ** DynASM version 1.2.2, DynASM arm version 1.2.2 | 4 | ** DynASM version 1.3.0, DynASM arm version 1.3.0 |
5 | ** DO NOT EDIT! The original file is in "buildvm_arm.dasc". | 5 | ** DO NOT EDIT! The original file is in "buildvm_arm.dasc". |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if DASM_VERSION != 10202 | 8 | #if DASM_VERSION != 10300 |
9 | #error "Version mismatch between DynASM and included encoding engine" | 9 | #error "Version mismatch between DynASM and included encoding engine" |
10 | #endif | 10 | #endif |
11 | 11 | ||
diff --git a/src/buildvm_ppcspe.h b/src/buildvm_ppcspe.h index 003b199d..30497fc7 100644 --- a/src/buildvm_ppcspe.h +++ b/src/buildvm_ppcspe.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** This file has been pre-processed with DynASM. | 2 | ** This file has been pre-processed with DynASM. |
3 | ** http://luajit.org/dynasm.html | 3 | ** http://luajit.org/dynasm.html |
4 | ** DynASM version 1.2.2, DynASM ppc version 1.2.2 | 4 | ** DynASM version 1.3.0, DynASM ppc version 1.3.0 |
5 | ** DO NOT EDIT! The original file is in "buildvm_ppc.dasc". | 5 | ** DO NOT EDIT! The original file is in "buildvm_ppc.dasc". |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if DASM_VERSION != 10202 | 8 | #if DASM_VERSION != 10300 |
9 | #error "Version mismatch between DynASM and included encoding engine" | 9 | #error "Version mismatch between DynASM and included encoding engine" |
10 | #endif | 10 | #endif |
11 | 11 | ||
diff --git a/src/buildvm_x64.h b/src/buildvm_x64.h index fb6f57f9..fe439c75 100644 --- a/src/buildvm_x64.h +++ b/src/buildvm_x64.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** This file has been pre-processed with DynASM. | 2 | ** This file has been pre-processed with DynASM. |
3 | ** http://luajit.org/dynasm.html | 3 | ** http://luajit.org/dynasm.html |
4 | ** DynASM version 1.2.2, DynASM x64 version 1.2.2 | 4 | ** DynASM version 1.3.0, DynASM x64 version 1.3.0 |
5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". | 5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if DASM_VERSION != 10202 | 8 | #if DASM_VERSION != 10300 |
9 | #error "Version mismatch between DynASM and included encoding engine" | 9 | #error "Version mismatch between DynASM and included encoding engine" |
10 | #endif | 10 | #endif |
11 | 11 | ||
diff --git a/src/buildvm_x64win.h b/src/buildvm_x64win.h index 4b3f5237..f6fa13dc 100644 --- a/src/buildvm_x64win.h +++ b/src/buildvm_x64win.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** This file has been pre-processed with DynASM. | 2 | ** This file has been pre-processed with DynASM. |
3 | ** http://luajit.org/dynasm.html | 3 | ** http://luajit.org/dynasm.html |
4 | ** DynASM version 1.2.2, DynASM x64 version 1.2.2 | 4 | ** DynASM version 1.3.0, DynASM x64 version 1.3.0 |
5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". | 5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if DASM_VERSION != 10202 | 8 | #if DASM_VERSION != 10300 |
9 | #error "Version mismatch between DynASM and included encoding engine" | 9 | #error "Version mismatch between DynASM and included encoding engine" |
10 | #endif | 10 | #endif |
11 | 11 | ||
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h index 8ada18ac..42a0b75b 100644 --- a/src/buildvm_x86.h +++ b/src/buildvm_x86.h | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** This file has been pre-processed with DynASM. | 2 | ** This file has been pre-processed with DynASM. |
3 | ** http://luajit.org/dynasm.html | 3 | ** http://luajit.org/dynasm.html |
4 | ** DynASM version 1.2.2, DynASM x86 version 1.2.2 | 4 | ** DynASM version 1.3.0, DynASM x86 version 1.3.0 |
5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". | 5 | ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #if DASM_VERSION != 10202 | 8 | #if DASM_VERSION != 10300 |
9 | #error "Version mismatch between DynASM and included encoding engine" | 9 | #error "Version mismatch between DynASM and included encoding engine" |
10 | #endif | 10 | #endif |
11 | 11 | ||
diff --git a/src/luaconf.h b/src/luaconf.h index 75c88581..ceab5ed6 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
@@ -26,12 +26,12 @@ | |||
26 | #define LUA_LDIR LUA_ROOT "share/lua/5.1/" | 26 | #define LUA_LDIR LUA_ROOT "share/lua/5.1/" |
27 | #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" | 27 | #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" |
28 | #ifdef LUA_XROOT | 28 | #ifdef LUA_XROOT |
29 | #define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta6/" | 29 | #define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta7/" |
30 | #define LUA_XPATH \ | 30 | #define LUA_XPATH \ |
31 | ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua" | 31 | ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua" |
32 | #define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;" | 32 | #define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;" |
33 | #else | 33 | #else |
34 | #define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta6/" | 34 | #define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta7/" |
35 | #define LUA_XPATH | 35 | #define LUA_XPATH |
36 | #define LUA_XCPATH | 36 | #define LUA_XCPATH |
37 | #endif | 37 | #endif |
diff --git a/src/luajit.h b/src/luajit.h index f38d58a1..4ea529ec 100644 --- a/src/luajit.h +++ b/src/luajit.h | |||
@@ -30,9 +30,9 @@ | |||
30 | 30 | ||
31 | #include "lua.h" | 31 | #include "lua.h" |
32 | 32 | ||
33 | #define LUAJIT_VERSION "LuaJIT 2.0.0-beta6" | 33 | #define LUAJIT_VERSION "LuaJIT 2.0.0-beta7" |
34 | #define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */ | 34 | #define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */ |
35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta6 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta7 |
36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2011 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2011 Mike Pall" |
37 | #define LUAJIT_URL "http://luajit.org/" | 37 | #define LUAJIT_URL "http://luajit.org/" |
38 | 38 | ||