summaryrefslogtreecommitdiffstats
path: root/filter/ulogd_filter_PRINTFLOW.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/ulogd_filter_PRINTFLOW.c')
-rw-r--r--filter/ulogd_filter_PRINTFLOW.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/ulogd_filter_PRINTFLOW.c b/filter/ulogd_filter_PRINTFLOW.c
index 1de1ba6..95351f8 100644
--- a/filter/ulogd_filter_PRINTFLOW.c
+++ b/filter/ulogd_filter_PRINTFLOW.c
@@ -54,7 +54,7 @@ static struct ulogd_plugin printflow_plugin = {
.type = ULOGD_DTYPE_FLOW,
},
.interp = &printflow_interp,
- .version = ULOGD_VERSION,
+ .version = VERSION,
};
void __attribute__ ((constructor)) init(void);