Add --disable-git-version to configure
[lttng-tools.git] / src / bin / lttng / commands / version.c
index 768ebb5e14c030825de7a1d5226bc883b8716658..4e46d724f10941400be812e7582aa4d60750a869 100644 (file)
@@ -164,7 +164,7 @@ int cmd_version(int argc, const char **argv)
        if (lttng_opt_mi) {
                ret = print_mi();
        } else {
-               MSG("lttng version " VERSION " - " VERSION_NAME " - " GIT_VERSION);
+               MSG("lttng version " VERSION " - " VERSION_NAME GIT_VERSION_PREFIX GIT_VERSION);
                MSG("\n" VERSION_DESCRIPTION "\n");
                MSG("Web site: http://lttng.org");
                MSG("\n%s", lttng_license);
This page took 0.023914 seconds and 4 git commands to generate.