summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2013-02-05 14:47:02 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2013-02-06 20:02:27 +0100
commit3e55c13513f90cabd525e3893602c0e7e126651e (patch)
tree1315cb818aa2c55c3a51608fba08f6367fab8038 /configure.ac
parent817ac5a5e54d083983b7c834194b46c4366d71d2 (diff)
build: bump SONAME for libxtables
Commit v1.4.17-16-gefcdba4 updated structs in xtables.h, so age must become 0 and vcurrent be increased. The latter has already happened in v1.4.17-6-gd1e7922. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
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 ffd088c2..27e0b10e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([iptables], [1.4.17])
# See libtool.info "Libtool's versioning system"
libxtables_vcurrent=10
-libxtables_vage=1
+libxtables_vage=0
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])