summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2024-10-02 22:45:45 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2024-10-03 00:23:56 +0200
commit3271d78e70ec75246e8a61a6791fe22b8d89c2c1 (patch)
tree27aaf98199c6b855eb594deb5b74d5a4c8a38217
parente3d2a5e852ceea587bfff5878e6e5c569f15116a (diff)
build: Bump version to 1.1.1HEADv1.1.1master
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 3f944996..816e9201 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([nftables], [1.1.0], [netfilter-devel@vger.kernel.org])
-AC_DEFINE([RELEASE_NAME], ["Commodore Bullmoose"], [Release name])
+AC_INIT([nftables], [1.1.1], [netfilter-devel@vger.kernel.org])
+AC_DEFINE([RELEASE_NAME], ["Commodore Bullmoose #2"], [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.7])
+PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.2.8])
AC_ARG_WITH([mini-gmp], [AS_HELP_STRING([--with-mini-gmp],
[Use builtin mini-gmp (for embedded builds)])],