From: Florian Westphal Date: Tue, 1 May 2018 09:10:31 +0000 (+0200) Subject: build: bump LIBVERSION X-Git-Tag: libnftnl-1.1.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a1cdba29988e848e0c9f177515e1d03c6032da6;p=thirdparty%2Flibnftnl.git build: bump LIBVERSION AC_INIT version was already bumped in 7693a5e293962, not needed. Signed-off-by: Florian Westphal --- diff --git a/Make_global.am b/Make_global.am index ca05da32..dabdb8c9 100644 --- a/Make_global.am +++ b/Make_global.am @@ -18,7 +18,7 @@ # set age to 0. # # -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}