From da1051cd6fb24522f58febf816bf21dd023ce06d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 17 Sep 2020 16:39:03 +0200 Subject: [PATCH] update: set lua api version to 1.85 add luajit --- src/gui/lua/lua_api_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/lua/lua_api_version.h b/src/gui/lua/lua_api_version.h index 1e06b0089..4b66a34c7 100644 --- a/src/gui/lua/lua_api_version.h +++ b/src/gui/lua/lua_api_version.h @@ -4,4 +4,4 @@ * to luainstance.h changes */ #define LUA_API_VERSION_MAJOR 1 -#define LUA_API_VERSION_MINOR 84 +#define LUA_API_VERSION_MINOR 85