diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-06-09 20:53:50 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-06-09 20:53:50 +0400 |
commit | 8535693674a5e6d6b8a01c9fee43ef4d836c0909 (patch) | |
tree | 86bbeaaf0556343fb3d40d65a121853b90c5b8ab /src | |
parent | 8383d4f139b7b5a694c6231cff6642c31d82fe72 (diff) | |
download | rspamd-8535693674a5e6d6b8a01c9fee43ef4d836c0909.tar.gz rspamd-8535693674a5e6d6b8a01c9fee43ef4d836c0909.zip |
Up lua version.
Diffstat (limited to 'src')
-rw-r--r-- | src/lua/lua_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |