From: Pablo Neira Ayuso Date: Fri, 8 Jun 2018 10:56:03 +0000 (+0200) Subject: build: update release name X-Git-Tag: v0.9.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5b0ae1aaa4dd640cfbd718808a7e11f1556041e;p=thirdparty%2Fnftables.git build: update release name Dedicated to Al Capp cartoonist: https://en.wikipedia.org/wiki/Fearless_Fosdick Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index e698a9be..792cd7a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([nftables], [0.8.5], [netfilter-devel@vger.kernel.org]) -AC_DEFINE([RELEASE_NAME], ["Joe Btfsplk"], [Release name]) +AC_DEFINE([RELEASE_NAME], ["Fearless Fosdick"], [Release name]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])