aboutsummaryrefslogtreecommitdiff
path: root/src/lua/lua.h
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-10-22 16:02:39 +0800
committerLi Jin <dragon-fly@qq.com>2020-10-22 16:02:39 +0800
commita51a728d847e790329e41c75928a81630200b63f (patch)
tree8cc8e93a7863649499537366acecb41525022a57 /src/lua/lua.h
parentf6e603cc5bef133e5e368a81f677bea92bc405b5 (diff)
downloadyuescript-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.h2
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)