From b69393207503f337280b720e6e76a520a2bacb45 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 14 Jul 2021 22:32:19 +0200 Subject: [PATCH] lua-api: update version 1.90->1.91 luainstance: add RC_back see: c46bc57 --- 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 665eb04de..746b9d31c 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 90 +#define LUA_API_VERSION_MINOR 91