From d54124d738a0e30d2b3b9adb1966374935ff3f46 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 12 Feb 2016 13:34:17 +0000 Subject: Add versions to rspamd modules and workers --- src/plugins/surbl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/surbl.c') diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index ca565f343..cbd5f0f2b 100644 --- a/src/plugins/surbl.c +++ b/src/plugins/surbl.c @@ -73,7 +73,8 @@ module_t surbl_module = { surbl_module_init, surbl_module_config, surbl_module_reconfig, - NULL + NULL, + RSPAMD_MODULE_VER }; static void -- cgit v1.2.3