summaryrefslogtreecommitdiff
path: root/Make_global.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-05-26 15:06:29 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-05-26 15:08:41 +0200
commitf156d51b35485befb6aa9b750ab9fe462e25dd56 (patch)
treeb0d2b7362b15355bc4cd10b892d1b34c7a400349 /Make_global.am
parentef53066dfaf1b5467c790bfa65a295a6cccd7562 (diff)
downloadlibnetfilter_cttimeout-f156d51b35485befb6aa9b750ab9fe462e25dd56.tar.gz
src: add new parameter type to nfct_timeout_snprintf
Thus, we can extend this interface to support the timeout policy in XML output in the future. Signed-off-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 1654f10..986b0fb 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=0:0:0
+LIBVERSION=1:0:0
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}