diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-09-22 07:44:23 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-09-22 07:44:23 +0200 |
commit | 8779dacd4afd316420977af19fb861c89b548c25 (patch) | |
tree | e9fb940d1d939b26e664c88620965f402725c26c | |
parent | f06a022685699e608aa5e4157728f7f673aa2f89 (diff) |
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.
-rw-r--r-- | Make_global.am | 2 | ||||
-rw-r--r-- | lib/libipset.map | 8 |
2 files changed, 9 insertions, 1 deletions
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; |