From 3e55c13513f90cabd525e3893602c0e7e126651e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 5 Feb 2013 14:47:02 +0000 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3