From cf7e42ffbb624c27591f6d55606bdccd358c7785 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Mon, 1 Mar 2010 15:11:28 +0100 Subject: iptables 1.4.7 Signed-off-by: Patrick McHardy --- configure.ac | 2 +- release.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b912edd9..4990fa1f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/release.sh b/release.sh index c3f4db6c..7c76423e 100644 --- a/release.sh +++ b/release.sh @@ -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" -- cgit v1.2.3