From 70aa6a7dffb63d323efa775ca81e251b7f417e4e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 3 Aug 2012 16:12:57 +0200 Subject: src: fix version that -V displays It was wrong, use VERSION constant which uses the version information available in configure.ac. Signed-off-by: Pablo Neira Ayuso --- filter/raw2packet/ulogd_raw2packet_BASE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/raw2packet') diff --git a/filter/raw2packet/ulogd_raw2packet_BASE.c b/filter/raw2packet/ulogd_raw2packet_BASE.c index 220bc8d..d0fcdfa 100644 --- a/filter/raw2packet/ulogd_raw2packet_BASE.c +++ b/filter/raw2packet/ulogd_raw2packet_BASE.c @@ -992,7 +992,7 @@ static struct ulogd_plugin base_plugin = { .type = ULOGD_DTYPE_PACKET, }, .interp = &_interp_pkt, - .version = ULOGD_VERSION, + .version = VERSION, }; void __attribute__ ((constructor)) init(void); -- cgit v1.2.3