Update version to 2.0.0 stable
[lttng-tools.git] / src / bin / lttng / commands / version.c
index 0ab31b637bef4ee85836247a14dcee7a20ddc12d..a6bbd6aece3c7a9e674705ddda560dd4bcd0e39b 100644 (file)
@@ -77,9 +77,9 @@ int cmd_version(int argc, const char **argv)
                }
        }
 
-       MSG("lttng version " VERSION);
+       MSG("lttng version " VERSION " - " VERSION_NAME);
        MSG("Web site: http://lttng.org/");
-       MSG("\nlttng is free software and under the GPL license.");
+       MSG("\nlttng is free software and under the GPL license and part LGPL");
 
 end:
        poptFreeContext(pc);
This page took 0.022669 seconds and 4 git commands to generate.