diff options
| author | Florian Westphal <fw@strlen.de> | 2018-07-05 20:54:11 +0200 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2018-07-05 20:56:06 +0200 |
| commit | 6c2118c30c85a29ef54cc8597a36a4884cb5d5cb (patch) | |
| tree | ea6268862bc0759f72abc6214b00d0fc4b6d8a5d | |
| parent | 7b66fc22aca000440fd6d6fbce7ff35811edea5e (diff) | |
configure: bump version and libnftnl dependencyv1.8.0
Signed-off-by: Florian Westphal <fw@strlen.de>
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5be880ec..07e32064 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([iptables], [1.6.2]) +AC_INIT([iptables], [1.8.0]) # See libtool.info "Libtool's versioning system" libxtables_vcurrent=12 @@ -136,7 +136,7 @@ if test "x$enable_nftables" = "xyes"; then exit 1 fi - PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.0.5], [nftables=1], [nftables=0]) + PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.1], [nftables=1], [nftables=0]) if test "$nftables" = 0; then |
