From 8b6ab7a3a503be66216db7c046646fcd15c28771 Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Wed, 6 Jun 2012 00:59:00 +0000 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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. # # -LIBVERSION=3:0:2 +LIBVERSION=4:0:3 include ${top_srcdir}/Make_global.am -- cgit v1.2.3