]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Bump version number to 1.4.5 v1.4.5
authorPatrick McHardy <kaber@trash.net>
Mon, 14 Sep 2009 16:36:55 +0000 (18:36 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 14 Sep 2009 16:36:55 +0000 (18:36 +0200)
Signed-off-by: Patrick McHardy <kaber@trash.net>
configure.ac
release.sh

index bc74efeed40899d00f8e3b9f5d435eb1dd99b155..0419ea7a217229d738ca44c4debd6ed24ab1a2f8 100644 (file)
@@ -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
index 8998348fff6ae0349e6c5b280a56385859276699..c3f4db6ccef9c782444a00a836afe4a6e5acfbf4 100644 (file)
@@ -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"