summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-09-14 18:36:55 +0200
committerPatrick McHardy <kaber@trash.net>2009-09-14 18:36:55 +0200
commitf93a0cea9ddb988f28c4996c7b96ef65f05f1d30 (patch)
tree5fa22ffc5ca0f31230d15662017297454e5cdd3f
parentcdff3088dbab62bba0ab1d4311263a032e4bde14 (diff)
Bump version number to 1.4.5v1.4.5
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--configure.ac2
-rw-r--r--release.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bc74efee..0419ea7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([iptables], [1.4.4])
+AC_INIT([iptables], [1.4.5])
# See libtool.info "Libtool's versioning system"
libxtables_vcurrent=3
diff --git a/release.sh b/release.sh
index 8998348f..c3f4db6c 100644
--- a/release.sh
+++ b/release.sh
@@ -2,8 +2,8 @@
#
set -e
-VERSION=1.4.3-rc1
-PREV_VERSION=1.4.2
+VERSION=1.4.5
+PREV_VERSION=1.4.4
TMPDIR=/tmp/ipt-release
IPTDIR="$TMPDIR/iptables-$VERSION"