summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-04-14 13:34:18 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-04-14 13:34:18 +0200
commit3a32dcbb5512bfc1fd385c26fb906ce8562200da (patch)
tree1b7b98c886b890323a9e235d1b6d9c21f4465f17 /configure.ac
parent1f2474ae5276e49005c8e234dec091b007e3fce2 (diff)
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 <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])