diff options
author | Mike Pall <mike> | 2016-03-03 12:40:02 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2016-03-03 12:40:02 +0100 |
commit | 3e4a196777450f7db11067e93a17655ba3ee0d53 (patch) | |
tree | e4d56a5211bba5c6df56979ffc42924177f2a40a /src | |
parent | 82900761be2d092a5f133c67b4f577e3b562446b (diff) | |
download | luajit-2.1.0-beta2.tar.gz luajit-2.1.0-beta2.tar.bz2 luajit-2.1.0-beta2.zip |
RELEASE LuaJIT-2.1.0-beta2v2.1.0-beta2
Diffstat (limited to 'src')
-rw-r--r-- | src/luaconf.h | 2 | ||||
-rw-r--r-- | src/luajit.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 4eec5277..4c24bb1a 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-beta1/" | 40 | #define LUA_LJDIR "/luajit-2.1.0-beta2/" |
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 07756e22..1d0a558c 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-beta1" | 33 | #define LUAJIT_VERSION "LuaJIT 2.1.0-beta2" |
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_beta1 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta2 |
36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2016 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2016 Mike Pall" |
37 | #define LUAJIT_URL "http://luajit.org/" | 37 | #define LUAJIT_URL "http://luajit.org/" |
38 | 38 | ||