diff options
author | Li Jin <dragon-fly@qq.com> | 2021-08-17 23:09:27 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-08-17 23:09:27 +0800 |
commit | 38908616d0e08b72e6b00d18490ed917fa643e4f (patch) | |
tree | 4311b80a505f4c3819c8cb2c3c937296fef0356f /src/3rdParty/lua/lua.h | |
parent | 792e942f5269655ee03c48400999f3604b84396c (diff) | |
download | yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.gz yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.bz2 yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.zip |
reset Yuescript version since it's a minor version with new feature. update Lua lib.
Diffstat (limited to 'src/3rdParty/lua/lua.h')
-rw-r--r-- | src/3rdParty/lua/lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdParty/lua/lua.h b/src/3rdParty/lua/lua.h index 820535b..c3dbce1 100644 --- a/src/3rdParty/lua/lua.h +++ b/src/3rdParty/lua/lua.h | |||
@@ -18,10 +18,10 @@ | |||
18 | 18 | ||
19 | #define LUA_VERSION_MAJOR "5" | 19 | #define LUA_VERSION_MAJOR "5" |
20 | #define LUA_VERSION_MINOR "4" | 20 | #define LUA_VERSION_MINOR "4" |
21 | #define LUA_VERSION_RELEASE "3" | 21 | #define LUA_VERSION_RELEASE "4" |
22 | 22 | ||
23 | #define LUA_VERSION_NUM 504 | 23 | #define LUA_VERSION_NUM 504 |
24 | #define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 0) | 24 | #define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 4) |
25 | 25 | ||
26 | #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR | 26 | #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR |
27 | #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE | 27 | #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE |