From: Ferry Huberts Date: Wed, 13 Apr 2016 12:58:44 +0000 (+0200) Subject: dot_draw: do no show version in plugin constructor X-Git-Tag: v0.9.5~197 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=4565ce9b0c52f7994bf5e45751ff78a033af5f29 dot_draw: do no show version in plugin constructor Signed-off-by: Ferry Huberts --- diff --git a/lib/dot_draw/src/olsrd_plugin.c b/lib/dot_draw/src/olsrd_plugin.c index f9840944..b24ae57e 100644 --- a/lib/dot_draw/src/olsrd_plugin.c +++ b/lib/dot_draw/src/olsrd_plugin.c @@ -54,8 +54,7 @@ #include "olsrd_dot_draw.h" #define PLUGIN_NAME "OLSRD dot draw plugin" -#define PLUGIN_VERSION "0.3" -#define MOD_DESC PLUGIN_NAME " " PLUGIN_VERSION +#define MOD_DESC PLUGIN_NAME #define PLUGIN_INTERFACE_VERSION 5 union olsr_ip_addr ipc_accept_ip;