From 1a1ae79398c1436963e549c7d1499b7fdda7a265 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 20 Oct 2013 15:17:24 +0200 Subject: build: fix incorrect library versioning Commit v6.20~12 caused libipset to shift from libipset.so.3 to .so.2. That is the wrong thing to do. Set it back to 3+2, as intended. Signed-off-by: Jozsef Kadlecsik --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 9c228cc..33645da 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 4:1:2 +LIBVERSION = 5:0:2 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \ -I/usr/local/include -- cgit v1.2.3