summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-10-22 18:48:53 +0200
committerFlorian Westphal <fw@strlen.de>2018-10-22 22:35:23 +0200
commit90f7dc3c28a7381ea80aef0b1376d3dd5f1fbf4e (patch)
tree253056f2575e2af3c0da64f6dec976e67ef75d11
parent0123183f43a9ace776e790ddd145bf03a14ee889 (diff)
configure: bump versions for 1.8.1 releasev1.8.1
this release also adds xtables_getether* functions to libxtables, so current and age are incremented as well. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 07e32064..1da8555e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
-AC_INIT([iptables], [1.8.0])
+AC_INIT([iptables], [1.8.1])
# See libtool.info "Libtool's versioning system"
-libxtables_vcurrent=12
-libxtables_vage=0
+libxtables_vcurrent=13
+libxtables_vage=1
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])