summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-23 14:39:16 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-23 14:39:16 +0100
commit3fb2e4a1607cbe186d20d35b45dd92b031c0be02 (patch)
treeba2fdc7dcc03878a31b6f35f8b55f9771a66757b
parentc9477d0dcd01af5d1ee6c95c757a8c814fb3be63 (diff)
Bump version to 1.4.3v1.4.3
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--configure.ac2
-rw-r--r--release.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 55569bda..2680d92a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([iptables], [1.4.3-rc1])
+AC_INIT([iptables], [1.4.3])
# See libtool.info "Libtool's versioning system"
libxtables_vcurrent=1
diff --git a/release.sh b/release.sh
index 8998348f..c60edadd 100644
--- a/release.sh
+++ b/release.sh
@@ -2,7 +2,7 @@
#
set -e
-VERSION=1.4.3-rc1
+VERSION=1.4.3
PREV_VERSION=1.4.2
TMPDIR=/tmp/ipt-release
IPTDIR="$TMPDIR/iptables-$VERSION"