summaryrefslogtreecommitdiffstats
path: root/include/ulogd
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-08-03 16:12:57 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-03 16:14:14 +0200
commit70aa6a7dffb63d323efa775ca81e251b7f417e4e (patch)
tree6b2b0851295473893dc59af7bad78a259eeb0424 /include/ulogd
parentc1cff737ce1256ee5e5f94f8a0d55cb93588a7c9 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'include/ulogd')
-rw-r--r--include/ulogd/ulogd.h2
1 files changed, 0 insertions, 2 deletions
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 */