From: Michael Jeanson Date: Tue, 8 Jun 2021 18:40:07 +0000 (-0400) Subject: Reset codename and description X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=97a1d6305ac817ab72f46d1210312869c67504d6 Reset codename and description Change-Id: I6827fec291a8a1e18922508dabc67a04e13346c5 Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- 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"], "")