netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfilter: ipset: Fix library interface version
@ 2013-10-26  8:02 Neutron Soutmun
  2013-10-27 18:14 ` Jozsef Kadlecsik
  0 siblings, 1 reply; 3+ messages in thread
From: Neutron Soutmun @ 2013-10-26  8:02 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

* The library interface version should be 5:0:2 which it will create the
  libipset.so.3.2.0 instead of 4:1:2 which create the libipset.so.2.2.1

Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
---
 Make_global.am   | 2 +-
 lib/libipset.map | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Make_global.am b/Make_global.am
index 9c228cc..33645da 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -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
diff --git a/lib/libipset.map b/lib/libipset.map
index ab0b96f..b684e82 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -128,7 +128,7 @@ global:
   ipset_parse_uint64;
 } LIBIPSET_3.0;
 
-LIBIPSET_4.1 {
+LIBIPSET_5.0 {
 global:
   ipset_parse_comment;
   ipset_print_comment;
-- 
1.8.4.rc3


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-28  3:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26  8:02 [PATCH] netfilter: ipset: Fix library interface version Neutron Soutmun
2013-10-27 18:14 ` Jozsef Kadlecsik
2013-10-28  3:28   ` Neutron Soutmun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).