From 3a32dcbb5512bfc1fd385c26fb906ce8562200da Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Apr 2011 13:34:18 +0200 Subject: build: bump libxtables ABI version Adding the x6_* members to struct xtables_{match,target} caused a change requiring a bump. Signed-off-by: Jan Engelhardt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb447e09..38b7b793 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([iptables], [1.4.10]) # See libtool.info "Libtool's versioning system" -libxtables_vcurrent=5 +libxtables_vcurrent=6 libxtables_vage=0 AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3