]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: bump SONAME for libxtables
authorJan Engelhardt <jengelh@inai.de>
Tue, 5 Feb 2013 14:47:02 +0000 (14:47 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 6 Feb 2013 19:02:27 +0000 (20:02 +0100)
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>
configure.ac

index ffd088c22a63fcb475b5f20e2fc7f092be0ce1ad..27e0b10ef9726f50fffdb64bab6595942faeadc2 100644 (file)
@@ -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])