Fix: add missing module version information
[lttng-modules.git] / lttng-ring-buffer-client-mmap-discard.c
index 11d0449fb635bed5cc7f22cfdcfa26186c8b0653..6d1d76f8eecbae2c25d722958b9e9ed54f3ca766 100644 (file)
@@ -31,3 +31,7 @@
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers");
 MODULE_DESCRIPTION("LTTng Ring Buffer Client Discard Mode");
+MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "."
+       __stringify(LTTNG_MODULES_MINOR_VERSION) "."
+       __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION)
+       LTTNG_MODULES_EXTRAVERSION);
This page took 0.02282 seconds and 4 git commands to generate.