From 80fe35d6339b53a12ddaec41885613e4e37ed031 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 May 2002 13:08:15 +0000 Subject: globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming --- iptables-standalone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables-standalone.c') diff --git a/iptables-standalone.c b/iptables-standalone.c index 791f9505..1564bc95 100644 --- a/iptables-standalone.c +++ b/iptables-standalone.c @@ -38,7 +38,7 @@ main(int argc, char *argv[]) iptc_handle_t handle = NULL; program_name = "iptables"; - program_version = NETFILTER_VERSION; + program_version = IPTABLES_VERSION; #ifdef NO_SHARED_LIBS init_extensions(); -- cgit v1.2.3