From patchwork Wed Feb 6 00:47:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] build: bump SONAME for libxtables Date: Tue, 05 Feb 2013 14:47:02 -0000 From: Jan Engelhardt X-Patchwork-Id: 218468 Message-Id: <1360111625-1759-2-git-send-email-jengelh@inai.de> To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ffd088c..27e0b10 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])