From 4565ce9b0c52f7994bf5e45751ff78a033af5f29 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Wed, 13 Apr 2016 14:58:44 +0200 Subject: [PATCH] dot_draw: do no show version in plugin constructor Signed-off-by: Ferry Huberts --- lib/dot_draw/src/olsrd_plugin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1