From 3e9fefa8c4283b1b8ca021887d9cbf482ea88e3f Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 1 Nov 2021 17:13:58 +0100 Subject: [PATCH] change to v1.94 add hourglass and hint wigets documentation: https://wiki.tuxbox-neutrino.org/wiki/Kategorie:Lua:Neutrino-API:Widgets:en --- 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 caaf598eb..2e1ea6625 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 93 +#define LUA_API_VERSION_MINOR 94