]> git.ipfire.org Git - thirdparty/libnftnl.git/commitdiff
build: bump LIBVERSION libnftnl-1.1.0
authorFlorian Westphal <fw@strlen.de>
Tue, 1 May 2018 09:10:31 +0000 (11:10 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 1 May 2018 09:11:45 +0000 (11:11 +0200)
AC_INIT version was already bumped in 7693a5e293962, not needed.

Signed-off-by: Florian Westphal <fw@strlen.de>
Make_global.am

index ca05da32d96acae640a0ebca7c0938f3b65f9c04..dabdb8c9522cc0a14a4835e26becb114e865fa68 100644 (file)
@@ -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}