]> git.ipfire.org Git - thirdparty/libnftnl.git/commitdiff
build: update LIBVERSION to prepare a new release
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 Dec 2016 18:08:32 +0000 (19:08 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 Dec 2016 18:11:35 +0000 (19:11 +0100)
New interfaces has been added (bump revision), and no interfaces were
removed (bump age). Update version: 1.0.7.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Make_global.am
configure.ac

index 94c5dfc2399400a35fb9b22ab5ee7be21ade2664..b66ff08aec7157911cdfc8424b05f1a1aa87783e 100644 (file)
@@ -18,7 +18,7 @@
 # set age to 0.
 # </snippet>
 #
-LIBVERSION=5:0:1
+LIBVERSION=6:0:2
 
 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS}
 AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}
index 813523d53e59f54183239bab247ef065a2aa01a6..4777c5e26b3f57d0088581c7042de33458585d55 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.
 
-AC_INIT([libnftnl], [1.0.6])
+AC_INIT([libnftnl], [1.0.7])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])