summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-05-01 11:10:31 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-01 11:11:45 +0200
commit7a1cdba29988e848e0c9f177515e1d03c6032da6 (patch)
tree324a3d06fccaedc57e9f5b6ce202ce039d113ae2
parent9974a9070c03b9ede1272c17adf5129086bf484c (diff)
build: bump LIBVERSIONlibnftnl-1.1.0
AC_INIT version was already bumped in 7693a5e293962, not needed. Signed-off-by: Florian Westphal <fw@strlen.de>
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index ca05da3..dabdb8c 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=8:0:1
+LIBVERSION=9:0:2
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}