From: Pablo Neira Ayuso Date: Wed, 13 Jan 2021 15:47:07 +0000 (+0100) Subject: configure: bump version for 1.8.7 release X-Git-Tag: v1.8.7^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f485d324e99fc9a9a7fe310b97e1ebf8114b36c6;p=thirdparty%2Fiptables.git configure: bump version for 1.8.7 release Update libtool version for libxtables since two new interfaces have been added: - xtables_parse_mac_and_mask() - xtables_print_well_known_mac_and_mask() Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index 357c5116..6864378a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ -AC_INIT([iptables], [1.8.6]) +AC_INIT([iptables], [1.8.7]) # See libtool.info "Libtool's versioning system" -libxtables_vcurrent=15 -libxtables_vage=3 +libxtables_vcurrent=16 +libxtables_vage=4 AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])