summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2024-07-16 22:20:19 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2024-07-16 22:20:35 +0200
commitd946842f576b422972212a2b83601bbd6204337c (patch)
tree6a5bc13131ea4c2e29b9c7e9d61f4496d2ebabda
parentb8ab1b8c4b8704f64c28c2029d42faf9cfee1415 (diff)
build: Bump version to 1.1.0v1.1.0
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 724a4ae7..3f944996 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([nftables], [1.0.9], [netfilter-devel@vger.kernel.org])
-AC_DEFINE([RELEASE_NAME], ["Old Doc Yak #3"], [Release name])
+AC_INIT([nftables], [1.1.0], [netfilter-devel@vger.kernel.org])
+AC_DEFINE([RELEASE_NAME], ["Commodore Bullmoose"], [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.2.6])
+PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.2.7])
AC_ARG_WITH([mini-gmp], [AS_HELP_STRING([--with-mini-gmp],
[Use builtin mini-gmp (for embedded builds)])],