From: Mathieu Desnoyers Date: Tue, 24 May 2016 20:14:25 +0000 (-0400) Subject: Update version name TBD X-Git-Tag: v2.9.0-rc1~85 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=1bf9a78810308942841c732f5e9b7530f0bb3ca0 Update version name TBD Signed-off-by: Mathieu Desnoyers --- 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])