diff options
author | Li Jin <dragon-fly@qq.com> | 2020-10-22 16:02:39 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-10-22 16:02:39 +0800 |
commit | a51a728d847e790329e41c75928a81630200b63f (patch) | |
tree | 8cc8e93a7863649499537366acecb41525022a57 /src/lua/lua.h | |
parent | f6e603cc5bef133e5e368a81f677bea92bc405b5 (diff) | |
download | yuescript-a51a728d847e790329e41c75928a81630200b63f.tar.gz yuescript-a51a728d847e790329e41c75928a81630200b63f.tar.bz2 yuescript-a51a728d847e790329e41c75928a81630200b63f.zip |
update Lua, fix cmakelists.txt.
Diffstat (limited to 'src/lua/lua.h')
-rw-r--r-- | src/lua/lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua.h b/src/lua/lua.h index b348c14..c9d64d7 100644 --- a/src/lua/lua.h +++ b/src/lua/lua.h | |||
@@ -18,7 +18,7 @@ | |||
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 "0" | 21 | #define LUA_VERSION_RELEASE "2" |
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 + 0) |