From 1bf9a78810308942841c732f5e9b7530f0bb3ca0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 24 May 2016 16:14:25 -0400 Subject: [PATCH] Update version name TBD Signed-off-by: Mathieu Desnoyers --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7b5541e9..56925530 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ m4_define([V_PATCH], [0]) m4_define([V_EXTRA], [pre]) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) -m4_define([V_NAME], [[Isseki Nicho]]) -m4_define([V_DESC], [[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.]]) +m4_define([V_NAME], [[J-TBD]]) +m4_define([V_DESC], [[]]) AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com]) -- 2.34.1