X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=1c89512c626cbc8b01df1daf18c498ce1c34d386;hb=3ff7660f2ce6362de87a48bc45c9a98b9c785472;hp=f337afc349123f78bcca913bea2b9eac95be5e60;hpb=1f0418c7cd7e109bb74cbe8e8e5058758779a247;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f337afc3..1c89512c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Version infos m4_define([V_MAJOR], [2]) -m4_define([V_MINOR], [10]) +m4_define([V_MINOR], [11]) m4_define([V_PATCH], [0]) m4_define([V_EXTRA], [rc1]) -m4_define([V_NAME], [[KeKriek]]) -m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]]) +m4_define([V_NAME], [[Lafontaine]]) +m4_define([V_DESC], [[A modern Saison beer from Montréal's Oshlag microbrewery, Lafontaine is a refreshing, zesty, rice beer with hints of fruit and spices.]]) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])