RELEASE LuaJIT-2.0.1
This commit is contained in:
@@ -30,12 +30,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/"
|
||||
#define LUA_JDIR LUA_XROOT "share/luajit-2.0.1/"
|
||||
#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/"
|
||||
#define LUA_JDIR LUA_ROOT "share/luajit-2.0.1/"
|
||||
#define LUA_XPATH
|
||||
#define LUA_XCPATH
|
||||
#endif
|
||||
|
||||
@@ -30,9 +30,9 @@
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#define LUAJIT_VERSION "LuaJIT 2.0.0"
|
||||
#define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */
|
||||
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0
|
||||
#define LUAJIT_VERSION "LuaJIT 2.0.1"
|
||||
#define LUAJIT_VERSION_NUM 20001 /* Version 2.0.1 = 02.00.01. */
|
||||
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_1
|
||||
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2013 Mike Pall"
|
||||
#define LUAJIT_URL "http://luajit.org/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user