]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
configure: bump versions for 1.8.2 release v1.8.2
authorFlorian Westphal <fw@strlen.de>
Tue, 13 Nov 2018 05:45:21 +0000 (06:45 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 13 Nov 2018 05:45:21 +0000 (06:45 +0100)
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>
configure.ac

index 1da8555e65f34e3878af5a629df7e9503cd7c7ae..448ec918fd89b1e6a0469c9fa8f4d0a2f51ca4a9 100644 (file)
@@ -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])