From: Vsevolod Stakhov Date: Thu, 9 Jun 2011 16:53:50 +0000 (+0400) Subject: Up lua version. X-Git-Tag: 0.3.14~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8535693674a5e6d6b8a01c9fee43ef4d836c0909;p=rspamd.git Up lua version. --- diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index a78d168fc..284b34e8e 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -16,7 +16,7 @@ extern const luaL_reg null_reg[]; -#define RSPAMD_LUA_API_VERSION 6 +#define RSPAMD_LUA_API_VERSION 7 /* Common utility functions */ void lua_newclass (lua_State *L, const gchar *classname, const struct luaL_reg *func);