diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-12-03 21:20:52 +0000 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-12-05 12:56:11 +0100 |
| commit | 95f82543dcc76bb00e257d2af75a1d1cfd2c7fe8 (patch) | |
| tree | 5fb91ae36e4bdf643bdc6054498259a38ce4ff70 | |
| parent | 07c7557729ebb393c6ca7883fb51968b89c78ceb (diff) | |
build: Bump version to 1.1.6v1.1.6
This requires libnftnl 1.3.1 which includes new tunnel API.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 16c819b2..6825474b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([nftables], [1.1.5], [netfilter-devel@vger.kernel.org]) -AC_DEFINE([RELEASE_NAME], ["Commodore Bullmoose #6"], [Release name]) +AC_INIT([nftables], [1.1.6], [netfilter-devel@vger.kernel.org]) +AC_DEFINE([RELEASE_NAME], ["Commodore Bullmoose #7"], [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.3.0]) +PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.3.1]) AC_ARG_WITH([mini-gmp], [AS_HELP_STRING([--with-mini-gmp], [Use builtin mini-gmp (for embedded builds)])], |
