From: Florian Westphal Date: Tue, 13 Nov 2018 05:45:21 +0000 (+0100) Subject: configure: bump versions for 1.8.2 release X-Git-Tag: v1.8.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bba6bc692b0e6137e13881a1f398c134822e9f83;p=thirdparty%2Fiptables.git configure: bump versions for 1.8.2 release this release also adds xtables_print_mac* functions to libxtables, so current and age are incremented again. Signed-off-by: Florian Westphal --- 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])