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 --- lib/libipset.map | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/libipset.map b/lib/libipset.map index ab0b96f..1080f0d 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -1,3 +1,7 @@ +/* + * These are library version numbers in here - not to be confused + * with the API numbers used with libtool's -version-info string. + */ LIBIPSET_1.0 { global: ipset_strlcpy; -- cgit v1.2.3