X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=19e4b74678c1d6cd7f21140fbc65f823bc020c86;hb=358b7b742dd749ca68218c82daa31dd9cc91fb51;hp=5446af443d2698a8719310495d0cbbbcd7f68d07;hpb=8aadb54abbf7c13e8eb8f0554c517c6bfbc9ea0c;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 5446af44..19e4b746 100644 --- a/configure.ac +++ b/configure.ac @@ -5,11 +5,11 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [8]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [pre]) +m4_define([V_EXTRA], [rc1]) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) -m4_define([V_NAME], [[Herbe à Détourne]]) -m4_define([V_DESC], [[Brewed with unrestrained amounts of Citra hop, the Herbe à Détourne is a fantastic New World Tripel brewed by "Dieu du Ciel!". Aromas of mango, cantaloupe melon and passion fruit, combined with a controlled bitter finish, unite in making this smooth golden-orange beer stand apart.]]) +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.]]) AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com])