Add git commit id to the version if it's not a tag
[lttng-tools.git] / src / bin / lttng / commands / version.c
index 7f69de3dd19a9a1ac438c455ee2231c628c5a93d..f2f435e4bf4c84fa6912450d252595633968d585 100644 (file)
@@ -78,7 +78,7 @@ int cmd_version(int argc, const char **argv)
                }
        }
 
-       MSG("lttng version " VERSION " - " VERSION_NAME);
+       MSG("lttng version " FULL_VERSION " - " VERSION_NAME);
        MSG("\n" VERSION_DESCRIPTION "\n");
        MSG("Web site: http://lttng.org");
        MSG("\nlttng is free software and under the GPL license and part LGPL");
This page took 0.022822 seconds and 4 git commands to generate.