From: Pablo Neira Ayuso Date: Tue, 6 Mar 2018 11:02:20 +0000 (+0100) Subject: configure: bump library version to 1.1.0 X-Git-Tag: libnftnl-1.1.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7693a5e29396239a5a5d16a03cda2070e45bc53e;p=thirdparty%2Flibnftnl.git configure: bump library version to 1.1.0 So new nftables doesn't break compilation with old libnftnl versions. Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index d0985710..3c93e3bc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnftnl], [1.0.9]) +AC_INIT([libnftnl], [1.1.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4])