From a72a12ae098987b900c38c3ff1715b669d0385c0 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 7 Mar 2014 13:03:37 +0100 Subject: 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. --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3