From: Jérémie Galarneau Date: Fri, 23 Apr 2021 15:21:13 +0000 (-0400) Subject: Set the 2.13 release codename and description X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=b3c1d080baf1a854af6ef1843b70008f81dbf703 Set the 2.13 release codename and description Signed-off-by: Jérémie Galarneau Change-Id: I6d388b879bc10f5fd5d869352a90701faa20a378 --- diff --git a/configure.ac b/configure.ac index f67312d0b..e0aa22848 100644 --- a/configure.ac +++ b/configure.ac @@ -188,8 +188,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="N-Beer" -version_description="An alcoholic drink made from yeast-fermented malt flavored with hops." +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_description_c=$(echo $version_description | $SED 's/"/\\"/g') AC_DEFINE_UNQUOTED([VERSION_NAME], ["$version_name"], "")