diff options
author | Mike Pall <mike> | 2013-02-21 16:49:04 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-02-21 16:49:04 +0100 |
commit | 61fb587d2c1646cae4c90990b9c4c1f1bff09e5b (patch) | |
tree | afdb8325aa84751f36f5e91338a2e4714d3b463c /src/luajit.h | |
parent | d4bc6ab756371b744f3e0030d5cf0b24bffdf24c (diff) | |
download | luajit-61fb587d2c1646cae4c90990b9c4c1f1bff09e5b.tar.gz luajit-61fb587d2c1646cae4c90990b9c4c1f1bff09e5b.tar.bz2 luajit-61fb587d2c1646cae4c90990b9c4c1f1bff09e5b.zip |
BRANCH LuaJIT-2.1
Diffstat (limited to '')
-rw-r--r-- | src/luajit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/luajit.h b/src/luajit.h index ed39d014..a4c939bf 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.0.1" | 33 | #define LUAJIT_VERSION "LuaJIT 2.1.0-alpha" |
34 | #define LUAJIT_VERSION_NUM 20001 /* Version 2.0.1 = 02.00.01. */ | 34 | #define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */ |
35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_1 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_alpha |
36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2013 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2013 Mike Pall" |
37 | #define LUAJIT_URL "http://luajit.org/" | 37 | #define LUAJIT_URL "http://luajit.org/" |
38 | 38 | ||