]> source.dussan.org Git - rspamd.git/commitdiff
Up lua version.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 9 Jun 2011 16:53:50 +0000 (20:53 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 9 Jun 2011 16:53:50 +0000 (20:53 +0400)
src/lua/lua_common.h

index a78d168fce2de75f1cec1dbd7db6745e07d8e1aa..284b34e8e93fbdad4589d28640e2154f1ae48378 100644 (file)
@@ -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);