From: Jérémie Galarneau Date: Fri, 18 Mar 2016 21:33:06 +0000 (-0400) Subject: Quote brewery names in release codename description X-Git-Tag: v2.8.0-rc1~2 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=1486dfe1f2e8222baa5448ef7c7f58a3d0083789 Quote brewery names in release codename description Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index ef9894cc9..11811f422 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AC_DEFINE_UNQUOTED([VERSION_MINOR], $minor_version, [LTTng-Tools minor version n AC_DEFINE_UNQUOTED([VERSION_PATCHLEVEL], $patchlevel_version, [LTTng-Tools patchlevel version number]) version_name="Isseki Nicho" -version_description='The result of a collaboration between Dieu du Ciel! and Nagano-based Shiga Kogen, Isseki Nicho is a strong Imperial Dark Saison offering a rich roasted malt flavor combined with a complex fruity finish typical of Saison yeasts.' +version_description='The result of a collaboration between "Dieu du Ciel!" and Nagano-based "Shiga Kogen", Isseki Nicho is a strong Imperial Dark Saison offering a rich roasted malt flavor combined with a complex fruity finish typical of Saison yeasts.' version_description_c=$(echo $version_description | $SED 's/"/\\"/g') AC_DEFINE_UNQUOTED([VERSION_NAME], ["$version_name"], "")