]> granicus.if.org Git - ipset/commitdiff
build: fix incorrect library versioning
authorJan Engelhardt <jengelh@inai.de>
Sun, 20 Oct 2013 13:17:24 +0000 (15:17 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 27 Oct 2013 18:10:58 +0000 (19:10 +0100)
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 <kadlec@blackhole.kfki.hu>
Make_global.am
lib/libipset.map

index 9c228cccce750cd210ca7fde78e15311f6d4045b..33645da6e6be7a7fd2b11cd7c598851e1ecdbb50 100644 (file)
@@ -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
index ab0b96f47a27ad45c513232bbf19057a9407ba6e..1080f0d9212fe60d7740eae09688b63f5bee36b0 100644 (file)
@@ -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;