Add version info to lttng-tracer.ko modinfo
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Dec 2013 19:02:45 +0000 (14:02 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Dec 2013 19:02:45 +0000 (14:02 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-events.c

index b0e721ee5bcfa2c7917e8b937665f573c4770f37..2b2f4cbf034d46e270102789162d2cb01f48d61b 100644 (file)
@@ -1260,3 +1260,6 @@ module_exit(lttng_events_exit);
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
 MODULE_DESCRIPTION("LTTng Events");
+MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "."
+       __stringify(LTTNG_MODULES_MINOR_VERSION) "."
+       __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION));
This page took 0.027042 seconds and 4 git commands to generate.