summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-09-27 14:24:40 +0200
committerPhil Sutter <phil@nwl.cc>2019-10-10 23:43:42 +0200
commit38e70330ee6c6b8ddc805ed2a0eb45531166b658 (patch)
treedfb1128da27840ae973e27f5509f9e99e80db5fb /Make_global.am
parent609a13fc2999e0f2f6910480ac079f3cfdabbd55 (diff)
set: Export nftnl_set_list_lookup_byname()
Rename and optimize internal function nftnl_set_lookup() for external use. Just like with nftnl_chain_list, use a hash table for fast set name lookups. Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index d0394b3..ea848fd 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=12:0:1
+LIBVERSION=13:0:2
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}