Fix: git version build system integration (v2)
[lttng-tools.git] / src / bin / lttng / commands / version.c
index 13e5c994f16ce8b496a5919c61a833544c1d629d..f4d89631e7e5a13dfc1a42a6e5aa5d7767d3bacc 100644 (file)
@@ -164,7 +164,8 @@ int cmd_version(int argc, const char **argv)
        if (lttng_opt_mi) {
                ret = print_mi();
        } else {
-               MSG("lttng version " FULL_VERSION " - " VERSION_NAME);
+               MSG("lttng version " VERSION " - " VERSION_NAME "%s",
+                       GIT_VERSION[0] == '\0' ? "" : " - " GIT_VERSION);
                MSG("\n" VERSION_DESCRIPTION "\n");
                MSG("Web site: http://lttng.org");
                MSG("\n%s", lttng_license);
This page took 0.024224 seconds and 4 git commands to generate.