]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
configure: bump versions for 1.8.1 release v1.8.1
authorFlorian Westphal <fw@strlen.de>
Mon, 22 Oct 2018 16:48:53 +0000 (18:48 +0200)
committerFlorian Westphal <fw@strlen.de>
Mon, 22 Oct 2018 20:35:23 +0000 (22:35 +0200)
this release also adds xtables_getether* functions to libxtables, so
current and age are incremented as well.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac

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