X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fversion.c;h=f2f435e4bf4c84fa6912450d252595633968d585;hp=0b90fa172951efe87d11654b6394a82ce7b86ffc;hb=88564da09144e7fd1202fe79aff1371478a69ecf;hpb=9afbd878f072d5e0577811acf1d3340f65cf2e26 diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c index 0b90fa172..f2f435e4b 100644 --- a/src/bin/lttng/commands/version.c +++ b/src/bin/lttng/commands/version.c @@ -78,10 +78,10 @@ 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: " PACKAGE_URL "\n"); - MSG("LTTng is free software and under the GPL license and part LGPL"); + MSG("Web site: http://lttng.org"); + MSG("\nlttng is free software and under the GPL license and part LGPL"); end: poptFreeContext(pc);