From: Patrick McHardy Date: Tue, 10 Jun 2008 06:12:56 +0000 (+0200) Subject: v1.4.1 X-Git-Tag: v1.4.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b432667e1176bf24c8c8ac98dcec76c71688974c;p=thirdparty%2Fiptables.git v1.4.1 --- diff --git a/configure.ac b/configure.ac index 212eee53..f0ade13f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ define([_XTABLES_VERSION_MAJOR], 1) define([_XTABLES_VERSION_MINOR], 4) define([_XTABLES_VERSION_PATCH], 1) -define([_XTABLES_VERSION_EXTRA], -rc3) +define([_XTABLES_VERSION_EXTRA], ) define([_XTABLES_VERSION],_XTABLES_VERSION_MAJOR._XTABLES_VERSION_MINOR._XTABLES_VERSION_PATCH[]_XTABLES_VERSION_EXTRA)