]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
iptables 1.4.7 v1.4.7
authorPatrick McHardy <kaber@trash.net>
Mon, 1 Mar 2010 14:11:28 +0000 (15:11 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 1 Mar 2010 14:11:28 +0000 (15:11 +0100)
Signed-off-by: Patrick McHardy <kaber@trash.net>
configure.ac
release.sh

index b912edd96501ba790fc282da5c473c0e65e88f59..4990fa1fd9ba3f7fb7add90e4a757ecc64b24685 100644 (file)
@@ -1,5 +1,5 @@
 
-AC_INIT([iptables], [1.4.6])
+AC_INIT([iptables], [1.4.7])
 
 # See libtool.info "Libtool's versioning system"
 libxtables_vcurrent=4
index c3f4db6ccef9c782444a00a836afe4a6e5acfbf4..7c76423ebdaf7de7e7f4237af2e936ca8f176876 100644 (file)
@@ -2,8 +2,8 @@
 #
 set -e
 
-VERSION=1.4.5
-PREV_VERSION=1.4.4
+VERSION=1.4.7
+PREV_VERSION=1.4.6
 TMPDIR=/tmp/ipt-release
 IPTDIR="$TMPDIR/iptables-$VERSION"