summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-11-13 06:45:21 +0100
committerFlorian Westphal <fw@strlen.de>2018-11-13 06:45:21 +0100
commitbba6bc692b0e6137e13881a1f398c134822e9f83 (patch)
tree7c41135cd15f0faa924ed89443ef0f8530fa154d
parent61d6c3834de32c0ff5808c93da94b2b30b4791c8 (diff)
configure: bump versions for 1.8.2 releasev1.8.2
this release also adds xtables_print_mac* functions to libxtables, so current and age are incremented again. Signed-off-by: Florian Westphal <fw@strlen.de>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1da8555e..448ec918 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
-AC_INIT([iptables], [1.8.1])
+AC_INIT([iptables], [1.8.2])
# See libtool.info "Libtool's versioning system"
-libxtables_vcurrent=13
-libxtables_vage=1
+libxtables_vcurrent=14
+libxtables_vage=2
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])