summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-01-13 16:35:32 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2021-01-15 18:53:12 +0100
commitc487209984d5d7c504255a79815e937802b4f020 (patch)
tree4a05d814fc429d117902d902bfe573450d59c013
parent8b043938e77b1f421beccff595117d6e4ff8eecc (diff)
build: Bump version to v0.9.8v0.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 <pablo@netfilter.org>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
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)])],