summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Pall <mike>2017-05-01 21:03:01 +0200
committerMike Pall <mike>2017-05-01 21:03:01 +0200
commit8271c643c21d1b2f344e339f559f2de6f3663191 (patch)
tree83d888f78ec1632521c921d5d206bc637d520f80 /src
parente9f8abfbf5e565f26b10dbd5c66f73143ff2211b (diff)
downloadluajit-2.1.0-beta3.tar.gz
luajit-2.1.0-beta3.tar.bz2
luajit-2.1.0-beta3.zip
RELEASE LuaJIT-2.1.0-beta3v2.1.0-beta3
Diffstat (limited to '')
-rw-r--r--src/luaconf.h2
-rw-r--r--src/luajit.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index 0c70b145..c2d29d94 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -37,7 +37,7 @@
37#endif 37#endif
38#define LUA_LROOT "/usr/local" 38#define LUA_LROOT "/usr/local"
39#define LUA_LUADIR "/lua/5.1/" 39#define LUA_LUADIR "/lua/5.1/"
40#define LUA_LJDIR "/luajit-2.1.0-beta2/" 40#define LUA_LJDIR "/luajit-2.1.0-beta3/"
41 41
42#ifdef LUA_ROOT 42#ifdef LUA_ROOT
43#define LUA_JROOT LUA_ROOT 43#define LUA_JROOT LUA_ROOT
diff --git a/src/luajit.h b/src/luajit.h
index c1c801c9..708a5a11 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.1.0-beta2" 33#define LUAJIT_VERSION "LuaJIT 2.1.0-beta3"
34#define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */ 34#define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */
35#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta2 35#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta3
36#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2017 Mike Pall" 36#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2017 Mike Pall"
37#define LUAJIT_URL "http://luajit.org/" 37#define LUAJIT_URL "http://luajit.org/"
38 38