From 92699e9ea9371173eb0d9f5fefa703878059009c Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 19 Feb 2013 18:05:39 +0100 Subject: RELEASE LuaJIT-2.0.1 --- src/luaconf.h | 4 ++-- src/luajit.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/luaconf.h b/src/luaconf.h index 059ccd0b..8e3a7aaa 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -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 diff --git a/src/luajit.h b/src/luajit.h index 2dc9e65c..ed39d014 100644 --- a/src/luajit.h +++ b/src/luajit.h @@ -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/" -- cgit v1.2.3-55-g6feb