From: Harald Welte Date: Tue, 7 Oct 2003 19:03:12 +0000 (+0000) Subject: increment version number to 1.2.9rc1 X-Git-Tag: v1.2.9-rc1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f41fb0b5648e3a1e3815da504212d39167cc02c0;p=thirdparty%2Fiptables.git increment version number to 1.2.9rc1 --- diff --git a/Makefile b/Makefile index cf747e02..63b93bd0 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ TOPLEVEL_INCLUDED=YES ifndef KERNEL_DIR KERNEL_DIR=/usr/src/linux endif -IPTABLES_VERSION:=1.2.8 +IPTABLES_VERSION:=1.2.9rc1 OLD_IPTABLES_VERSION:=1.2.7a PREFIX:=/usr/local