summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-06-08 13:00:30 +0200
committerFlorian Westphal <fw@strlen.de>2018-06-08 13:01:05 +0200
commit20012ca50a7863ca738ab666ec93941bbe10f1c8 (patch)
tree26a7e1f7982f20a2696298221038137a5c6b20c4
parentc5b0ae1aaa4dd640cfbd718808a7e11f1556041e (diff)
build: Bump version to v0.9.0
Update dependency on libnftnl. Signed-off-by: Florian Westphal <fw@strlen.de>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 792cd7a4..fdf5098a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([nftables], [0.8.5], [netfilter-devel@vger.kernel.org])
+AC_INIT([nftables], [0.9.0], [netfilter-devel@vger.kernel.org])
AC_DEFINE([RELEASE_NAME], ["Fearless Fosdick"], [Release name])
AC_CONFIG_AUX_DIR([build-aux])
@@ -76,7 +76,7 @@ AM_COND_IF([BUILD_PDF], [
])
PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.3])
-PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.1.0])
+PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.1.1])
AC_ARG_WITH([mini-gmp], [AS_HELP_STRING([--with-mini-gmp],
[Use builtin mini-gmp (for embedded builds)])], [],