From 2b0b867e2e7337b36e066ac9787aaba1196e86db Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 18 Oct 2018 08:40:22 +0200 Subject: [PATCH] lua API: change to version 1.80 --- 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 ccb72a0fb..ba4235c6b 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 79 +#define LUA_API_VERSION_MINOR 80