Bump version to 1.4.3

Signed-off-by: Patrick McHardy <kaber@trash.net>
diff --git a/configure.ac b/configure.ac
index 55569bd..2680d92 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 8998348..c60edad 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"