From: Neutron Soutmun Date: Fri, 24 Oct 2014 09:36:22 +0000 (+0700) Subject: libipset: Bump lib version and update map file X-Git-Tag: v6.24~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c11f610ad00b6c0aae964e021c984c589ffb37;p=thirdparty%2Fipset.git libipset: Bump lib version and update map file The ipset_parse_uint16() was introduced but no lib version bumped and no map file updated. Bump lib version to 9:0:6. (current and age was bumped) Signed-off-by: Neutron Soutmun Signed-off-by: Jozsef Kadlecsik --- diff --git a/Make_global.am b/Make_global.am index 7953451a..f9ec7b2b 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 8:0:5 +LIBVERSION = 9:0:6 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 58174ec1..61f6d6ec 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -152,3 +152,8 @@ global: ipset_print_skbmark; ipset_print_skbprio; } LIBIPSET_4.2; + +LIBIPSET_4.4 { +global: + ipset_parse_uint16; +} LIBIPSET_4.3;