diff options
author | Mike Pall <mike> | 2015-05-14 20:29:31 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-05-14 20:29:31 +0200 |
commit | 69e5342eb893815b18a1ec84ba74b0e0d1cc9beb (patch) | |
tree | d36593127b1a6cd683e833a9299cbf9b7bbb9b85 /src/luajit.h | |
parent | cd4c59f5a25bf07658ca234bbb900ed5f5280c8e (diff) | |
download | luajit-2.0.4.tar.gz luajit-2.0.4.tar.bz2 luajit-2.0.4.zip |
RELEASE LuaJIT-2.0.4v2.0.4
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 901807ab..9ced18eb 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.3" | 33 | #define LUAJIT_VERSION "LuaJIT 2.0.4" |
34 | #define LUAJIT_VERSION_NUM 20003 /* Version 2.0.3 = 02.00.03. */ | 34 | #define LUAJIT_VERSION_NUM 20004 /* Version 2.0.4 = 02.00.04. */ |
35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_3 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_4 |
36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2015 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2015 Mike Pall" |
37 | #define LUAJIT_URL "http://luajit.org/" | 37 | #define LUAJIT_URL "http://luajit.org/" |
38 | 38 | ||