From: Florian Westphal Date: Mon, 22 Oct 2018 16:48:53 +0000 (+0200) Subject: configure: bump versions for 1.8.1 release X-Git-Tag: v1.8.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90f7dc3c28a7381ea80aef0b1376d3dd5f1fbf4e;p=thirdparty%2Fiptables.git configure: bump versions for 1.8.1 release this release also adds xtables_getether* functions to libxtables, so current and age are incremented as well. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- 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])