From 8535693674a5e6d6b8a01c9fee43ef4d836c0909 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 9 Jun 2011 20:53:50 +0400 Subject: [PATCH] Up lua version. --- src/lua/lua_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5