From: Michael Jeanson Date: Tue, 6 Oct 2020 14:29:33 +0000 (-0400) Subject: Set version to 2.13-pre X-Git-Tag: v2.13.0-rc1~163 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3affe789bcf899c6972f458b09a6c2bf68e49191;p=lttng-modules.git Set version to 2.13-pre Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: I4124a7d9d9c2f7a36816b7e498ffd37ae27da604 --- diff --git a/include/lttng/tracer.h b/include/lttng/tracer.h index 671a39cc..7c6e0da1 100644 --- a/include/lttng/tracer.h +++ b/include/lttng/tracer.h @@ -28,12 +28,12 @@ #include #define LTTNG_MODULES_MAJOR_VERSION 2 -#define LTTNG_MODULES_MINOR_VERSION 12 +#define LTTNG_MODULES_MINOR_VERSION 13 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0 -#define LTTNG_MODULES_EXTRAVERSION "-rc1" +#define LTTNG_MODULES_EXTRAVERSION "-pre" -#define LTTNG_VERSION_NAME "(Ta) Meilleure" -#define LTTNG_VERSION_DESCRIPTION "Ta Meilleure is a Northeast IPA beer brewed by Lagabière. Translating to \"Your best one\", this beer gives out strong aromas of passion fruit, lemon, and peaches. Tastewise, expect a lot of fruit, a creamy texture, and a smooth lingering hop bitterness." +#define LTTNG_VERSION_NAME "N-Beer" +#define LTTNG_VERSION_DESCRIPTION "An alcoholic drink made from yeast-fermented malt flavored with hops." #ifndef CHAR_BIT #define CHAR_BIT 8