From 97a1d6305ac817ab72f46d1210312869c67504d6 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 8 Jun 2021 14:40:07 -0400 Subject: [PATCH] Reset codename and description MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I6827fec291a8a1e18922508dabc67a04e13346c5 Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6533f92c4..73ff2646f 100644 --- a/configure.ac +++ b/configure.ac @@ -186,8 +186,8 @@ AC_DEFINE_UNQUOTED([VERSION_MAJOR], $major_version, [LTTng-Tools major version n AC_DEFINE_UNQUOTED([VERSION_MINOR], $minor_version, [LTTng-Tools minor version number]) AC_DEFINE_UNQUOTED([VERSION_PATCHLEVEL], $patchlevel_version, [LTTng-Tools patchlevel version number]) -version_name="Nordicité" -version_description="The product of a collaboration between Champ Libre and Boréale, this farmhouse IPA is brewed with Kveik yeast and Québec-grown barley, oats and juniper branches. The result is a remarkable fruity hazy golden IPA that offers a balanced touch of resinous and woodsy bitterness." +version_name="O-Beer" +version_description="An alcoholic drink made from yeast-fermented malt flavored with hops." version_description_c=$(echo $version_description | $SED 's/"/\\"/g') AC_DEFINE_UNQUOTED([VERSION_NAME], ["$version_name"], "") -- 2.34.1