From: Pablo Neira Ayuso Date: Wed, 13 Jan 2021 15:35:32 +0000 (+0100) Subject: build: Bump version to v0.9.8 X-Git-Tag: v0.9.8^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c487209984d5d7c504255a79815e937802b4f020;p=thirdparty%2Fnftables.git build: Bump version to v0.9.8 Update release name based on the Fearless Fosdick series: E.D.S. E.D.S. is the robotic "Electronic Detective Substitute" appearing in the "Hole Story". Bump dependencies on libnftnl. Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index 77322dc1..5f30760f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([nftables], [0.9.7], [netfilter-devel@vger.kernel.org]) -AC_DEFINE([RELEASE_NAME], ["Anyface"], [Release name]) +AC_INIT([nftables], [0.9.8], [netfilter-devel@vger.kernel.org]) +AC_DEFINE([RELEASE_NAME], ["E.D.S."], [Release name]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -57,7 +57,7 @@ AS_IF([test "x$enable_man_doc" = "xyes"], [ ]) PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.4]) -PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.1.8]) +PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.1.9]) AC_ARG_WITH([mini-gmp], [AS_HELP_STRING([--with-mini-gmp], [Use builtin mini-gmp (for embedded builds)])],