X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fversion.c;h=f2f435e4bf4c84fa6912450d252595633968d585;hp=7f69de3dd19a9a1ac438c455ee2231c628c5a93d;hb=88564da09144e7fd1202fe79aff1371478a69ecf;hpb=516f6cbe18eb229593a41eef7d0ed2567673d603 diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c index 7f69de3dd..f2f435e4b 100644 --- a/src/bin/lttng/commands/version.c +++ b/src/bin/lttng/commands/version.c @@ -78,7 +78,7 @@ 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: http://lttng.org"); MSG("\nlttng is free software and under the GPL license and part LGPL");