X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fversion.c;h=a6bbd6aece3c7a9e674705ddda560dd4bcd0e39b;hp=0ab31b637bef4ee85836247a14dcee7a20ddc12d;hb=0e4cbe7e2c4c6a8343e710a3b050af8c33f95e21;hpb=c6d4a597213c93a865e05f93227b108ed2a79761 diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c index 0ab31b637..a6bbd6aec 100644 --- a/src/bin/lttng/commands/version.c +++ b/src/bin/lttng/commands/version.c @@ -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);