From a51a728d847e790329e41c75928a81630200b63f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 22 Oct 2020 16:02:39 +0800 Subject: update Lua, fix cmakelists.txt. --- src/lua/lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/lua.h') 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 @@ #define LUA_VERSION_MAJOR "5" #define LUA_VERSION_MINOR "4" -#define LUA_VERSION_RELEASE "0" +#define LUA_VERSION_RELEASE "2" #define LUA_VERSION_NUM 504 #define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 0) -- cgit v1.2.3-55-g6feb