X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-perf-counters.c;fp=lttng-context-perf-counters.c;h=2c67ecf3eebc3978e965571bacf10d26f76a7c8f;hb=31c77635394eb16a84e467ced6cb35b23d491ece;hp=d65f690805577a3f88a24d00395d8cc6ea2bafe5;hpb=aea65df5df64560b10619a7221825a17983b25ba;p=lttng-modules.git diff --git a/lttng-context-perf-counters.c b/lttng-context-perf-counters.c index d65f6908..2c67ecf3 100644 --- a/lttng-context-perf-counters.c +++ b/lttng-context-perf-counters.c @@ -283,3 +283,7 @@ error_attr: MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers"); MODULE_DESCRIPTION("Linux Trace Toolkit Perf Support"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);