summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--extensions/libipt_set.man2
-rw-r--r--release.sh4
3 files changed, 4 insertions, 4 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/extensions/libipt_set.man b/extensions/libipt_set.man
index 455706ca..93b42d38 100644
--- a/extensions/libipt_set.man
+++ b/extensions/libipt_set.man
@@ -1,4 +1,4 @@
-This modules matches IP sets which can be defined by ipset(8).
+This module matches IP sets which can be defined by ipset(8).
.TP
[\fB!\fP] \fB\-\-match\-set\fP \fIsetname\fP \fIflag\fP[\fB,\fP\fIflag\fP]...
where flags are the comma separated list of
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"