From 1c2ed66aa46ee1a33024c770c4a1297d2bb27087 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 23 Apr 2021 15:22:06 -0400 Subject: [PATCH] Set the 2.13 release codename and description Change-Id: If25fb57fcd384f1b9868f1c8d4be2fbc6af71163 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6f4ab907..e89b3bbe 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ m4_define([ust_version_minor], [13]) m4_define([ust_version_patch], [0]) m4_define([ust_version_dev_stage], [-pre]) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) -m4_define([ust_version_name], [[Codename TBD]]) -m4_define([ust_version_description], [[Description TBD]]) +m4_define([ust_version_name], [[Nordicité]]) +m4_define([ust_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.]]) # Library version information of "liblttng-ust" # Following the numbering scheme proposed by libtool for the library version -- 2.34.1