From 25f9d6e06e7b791a88ffe2293b52cae02318fe7a Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 23 Apr 2022 20:52:36 +0200 Subject: [PATCH] lua API: update to v1.95->1.96 add setValue() for menu forwarders add paintItem() for menu items implement kill() for cctext items --- 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 9a7974ba7..1f1cf0420 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 95 +#define LUA_API_VERSION_MINOR 96