From: Pablo Neira Ayuso Date: Tue, 22 Apr 2025 09:47:38 +0000 (+0200) Subject: build: Bump version to 1.1.3 X-Git-Tag: v1.1.3^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4431c70ca96c68a29fe141f2e7b60ba1287e5cc1;p=thirdparty%2Fnftables.git build: Bump version to 1.1.3 Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index a4552df7..3531abe9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([nftables], [1.1.2], [netfilter-devel@vger.kernel.org]) -AC_DEFINE([RELEASE_NAME], ["Commodore Bullmoose #3"], [Release name]) +AC_INIT([nftables], [1.1.3], [netfilter-devel@vger.kernel.org]) +AC_DEFINE([RELEASE_NAME], ["Commodore Bullmoose #4"], [Release name]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])