summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKrishna Kumar <krkumar2@in.ibm.com>2012-06-06 00:59:00 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2012-07-14 15:57:33 +0200
commit8b6ab7a3a503be66216db7c046646fcd15c28771 (patch)
tree0ce1bdee55fbd95ea20d1f0b2563eae72770c4af /src/Makefile.am
parent2c481c1fd73bb744957b2e5c5161c7a0804ab2e4 (diff)
src: implement API to set per-queue flags
Implement API to set per-queue flags. This is initially used to implement fail-open support in NFQUEUE. [ Pablo mangled this patch to bump LIBVERSION as well ] Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d49e738..2196aef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=3:0:2
+LIBVERSION=4:0:3
include ${top_srcdir}/Make_global.am