From: Jan Engelhardt Date: Wed, 22 Jun 2011 13:42:48 +0000 (+0200) Subject: build: bump soversion for recent data structure change X-Git-Tag: v1.4.12~3^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6677b5bcae125af28d227b9073426bddbd9190e;p=thirdparty%2Fiptables.git build: bump soversion for recent data structure change Cf. commit v1.4.11.1-5-g2dba676. Signed-off-by: Jan Engelhardt --- diff --git a/configure.ac b/configure.ac index e902ab92..b57f542d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([iptables], [1.4.11.1]) # See libtool.info "Libtool's versioning system" -libxtables_vcurrent=6 +libxtables_vcurrent=7 libxtables_vage=0 AC_CONFIG_HEADERS([config.h])