summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-06-22 15:42:48 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-06-22 15:42:48 +0200
commitf6677b5bcae125af28d227b9073426bddbd9190e (patch)
tree346dcdecc26309d30337189b3a217f9d4cee8b43
parent68146dad91611bd8d6d12c8ba27219130d99607b (diff)
build: bump soversion for recent data structure change
Cf. commit v1.4.11.1-5-g2dba676. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])