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 --- include/ulogd/ulogd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ulogd') diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h index 88de3ca..81933f2 100644 --- a/include/ulogd/ulogd.h +++ b/include/ulogd/ulogd.h @@ -23,8 +23,6 @@ #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -#define ULOGD_VERSION "2.0.0beta" - /* All types with MSB = 1 make use of value.ptr * other types use one of the union's member */ -- cgit v1.2.3