X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=a3e1e238ce47f85596f419928bc3ae86f89e32b1;hb=ef1a13e0de71e01d19a9d1b2d4abdac5e34eb9bc;hp=f337afc349123f78bcca913bea2b9eac95be5e60;hpb=1f0418c7cd7e109bb74cbe8e8e5058758779a247;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f337afc3..a3e1e238 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])]) @@ -547,6 +547,7 @@ AC_CONFIG_FILES([ tests/Makefile tests/ctf-types/Makefile tests/hello/Makefile + tests/hello-many/Makefile tests/hello.cxx/Makefile tests/same_line_tracepoint/Makefile tests/snprintf/Makefile