X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-tracer.h;h=0e95f3c82b72a8c97a96993392b6514e2d600d10;hb=c246530e459299d8664f15aedfdea2b078e295d3;hp=a1972c5857394cfde26dcd2b899970087e980550;hpb=fde8140de50e93c585d2b6357d066062b8d48f29;p=lttng-modules.git diff --git a/lttng-tracer.h b/lttng-tracer.h index a1972c58..0e95f3c8 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -34,18 +34,19 @@ #include #include -#include "wrapper/trace-clock.h" -#include "wrapper/compiler.h" -#include "lttng-tracer-core.h" -#include "lttng-events.h" +#include +#include +#include +#include +#include #define LTTNG_MODULES_MAJOR_VERSION 2 -#define LTTNG_MODULES_MINOR_VERSION 8 -#define LTTNG_MODULES_PATCHLEVEL_VERSION 0 -#define LTTNG_MODULES_EXTRAVERSION "-pre0" +#define LTTNG_MODULES_MINOR_VERSION 10 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 12 +#define LTTNG_MODULES_EXTRAVERSION "" -#define LTTNG_VERSION_NAME "TBD" -#define LTTNG_VERSION_DESCRIPTION "TBD" +#define LTTNG_VERSION_NAME "KeKriek" +#define LTTNG_VERSION_DESCRIPTION "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." #ifndef CHAR_BIT #define CHAR_BIT 8