From cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 5 May 2011 16:17:57 +0200 Subject: RELEASE LuaJIT-2.0.0-beta7 --- src/buildvm_arm.h | 4 ++-- src/buildvm_ppcspe.h | 4 ++-- src/buildvm_x64.h | 4 ++-- src/buildvm_x64win.h | 4 ++-- src/buildvm_x86.h | 4 ++-- src/luaconf.h | 4 ++-- src/luajit.h | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'src') 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 @@ /* ** This file has been pre-processed with DynASM. ** http://luajit.org/dynasm.html -** DynASM version 1.2.2, DynASM arm version 1.2.2 +** DynASM version 1.3.0, DynASM arm version 1.3.0 ** DO NOT EDIT! The original file is in "buildvm_arm.dasc". */ -#if DASM_VERSION != 10202 +#if DASM_VERSION != 10300 #error "Version mismatch between DynASM and included encoding engine" #endif 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 @@ /* ** This file has been pre-processed with DynASM. ** http://luajit.org/dynasm.html -** DynASM version 1.2.2, DynASM ppc version 1.2.2 +** DynASM version 1.3.0, DynASM ppc version 1.3.0 ** DO NOT EDIT! The original file is in "buildvm_ppc.dasc". */ -#if DASM_VERSION != 10202 +#if DASM_VERSION != 10300 #error "Version mismatch between DynASM and included encoding engine" #endif 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 @@ /* ** This file has been pre-processed with DynASM. ** http://luajit.org/dynasm.html -** DynASM version 1.2.2, DynASM x64 version 1.2.2 +** DynASM version 1.3.0, DynASM x64 version 1.3.0 ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". */ -#if DASM_VERSION != 10202 +#if DASM_VERSION != 10300 #error "Version mismatch between DynASM and included encoding engine" #endif 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 @@ /* ** This file has been pre-processed with DynASM. ** http://luajit.org/dynasm.html -** DynASM version 1.2.2, DynASM x64 version 1.2.2 +** DynASM version 1.3.0, DynASM x64 version 1.3.0 ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". */ -#if DASM_VERSION != 10202 +#if DASM_VERSION != 10300 #error "Version mismatch between DynASM and included encoding engine" #endif 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 @@ /* ** This file has been pre-processed with DynASM. ** http://luajit.org/dynasm.html -** DynASM version 1.2.2, DynASM x86 version 1.2.2 +** DynASM version 1.3.0, DynASM x86 version 1.3.0 ** DO NOT EDIT! The original file is in "buildvm_x86.dasc". */ -#if DASM_VERSION != 10202 +#if DASM_VERSION != 10300 #error "Version mismatch between DynASM and included encoding engine" #endif 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 @@ #define LUA_LDIR LUA_ROOT "share/lua/5.1/" #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" #ifdef LUA_XROOT -#define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta6/" +#define LUA_JDIR LUA_XROOT "share/luajit-2.0.0-beta7/" #define LUA_XPATH \ ";" LUA_XROOT "share/lua/5.1/?.lua;" LUA_XROOT "share/lua/5.1/?/init.lua" #define LUA_XCPATH LUA_XROOT "lib/lua/5.1/?.so;" #else -#define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta6/" +#define LUA_JDIR LUA_ROOT "share/luajit-2.0.0-beta7/" #define LUA_XPATH #define LUA_XCPATH #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 @@ #include "lua.h" -#define LUAJIT_VERSION "LuaJIT 2.0.0-beta6" +#define LUAJIT_VERSION "LuaJIT 2.0.0-beta7" #define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */ -#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta6 +#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta7 #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2011 Mike Pall" #define LUAJIT_URL "http://luajit.org/" -- cgit v1.2.3-55-g6feb