]> granicus.if.org Git - ipset/commitdiff
The library/API versions were forgotten to bump (reported by Sergei Zhirikov)
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 22 Sep 2014 05:44:23 +0000 (07:44 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 22 Sep 2014 05:44:23 +0000 (07:44 +0200)
With introducing the skbinfo extension, the library/API versions should
have been incremented, which is fixed now.

Make_global.am
lib/libipset.map

index 391566b3a4a91c5db90306ca4e86ff29da7e1b54..7953451aeaa3bd4db61b1a3985bebafa01ba9eea 100644 (file)
@@ -69,7 +69,7 @@
 # interface. 
 
 #            curr:rev:age
-LIBVERSION = 7:0:4
+LIBVERSION = 8:0:5
 
 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \
        -I/usr/local/include
index a035115f33d85854b478c62a292a6f7fb8dfcedf..58174ec1ac001c5e58548ea3973338144a586656 100644 (file)
@@ -144,3 +144,11 @@ global:
   ipset_parse_mark;
   ipset_print_mark;
 } LIBIPSET_4.1;
+
+LIBIPSET_4.3 {
+global:
+  ipset_parse_skbmark;
+  ipset_parse_skbprio;
+  ipset_print_skbmark;
+  ipset_print_skbprio;
+} LIBIPSET_4.2;