From 8779dacd4afd316420977af19fb861c89b548c25 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 22 Sep 2014 07:44:23 +0200 Subject: The library/API versions were forgotten to bump (reported by Sergei Zhirikov) With introducing the skbinfo extension, the library/API versions should have been incremented, which is fixed now. --- Make_global.am | 2 +- lib/libipset.map | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Make_global.am b/Make_global.am index 391566b..7953451 100644 --- a/Make_global.am +++ b/Make_global.am @@ -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 diff --git a/lib/libipset.map b/lib/libipset.map index a035115..58174ec 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -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; -- cgit v1.2.3