From: Jozsef Kadlecsik Date: Fri, 7 Mar 2014 12:03:37 +0000 (+0100) Subject: Fix libipset library release versioning X-Git-Tag: v6.21.1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a72a12ae098987b900c38c3ff1715b669d0385c0;p=ipset Fix libipset library release versioning Patch "add hash:ip,mark data type to ipset" broke the API and library release versioning with not incrementing "current", just "age", which is fixed here. Reported by Mathieu Bridon. --- diff --git a/Make_global.am b/Make_global.am index a5b5788..391566b 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 6:0:4 +LIBVERSION = 7:0:4 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \ -I/usr/local/include