summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-06-09 20:53:50 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-06-09 20:53:50 +0400
commit8535693674a5e6d6b8a01c9fee43ef4d836c0909 (patch)
tree86bbeaaf0556343fb3d40d65a121853b90c5b8ab /src
parent8383d4f139b7b5a694c6231cff6642c31d82fe72 (diff)
downloadrspamd-8535693674a5e6d6b8a01c9fee43ef4d836c0909.tar.gz
rspamd-8535693674a5e6d6b8a01c9fee43ef4d836c0909.zip
Up lua version.
Diffstat (limited to 'src')
-rw-r--r--src/lua/lua_common.h2
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);