X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fversion.c;h=37ab106263496685f4e71a368a600af19a34b2b7;hp=6459e7b9f09abfe5bd25427eed783b8dad860a7f;hb=7f5ed73a87449fc7133a2bf7268a7f59f191e155;hpb=a3bc3918a3e9f219cc54adcc41dd6b37381b30ff;ds=sidebyside diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c index 6459e7b9f..37ab10626 100644 --- a/src/bin/lttng/commands/version.c +++ b/src/bin/lttng/commands/version.c @@ -167,6 +167,9 @@ int cmd_version(int argc, const char **argv) if (EXTRA_VERSION_DESCRIPTION[0] != '\0') { MSG("\nExtra version description:\n\t" EXTRA_VERSION_DESCRIPTION); } + if (EXTRA_VERSION_PATCHES[0] != '\0') { + MSG("\nExtra version patches:\n\t" EXTRA_VERSION_PATCHES); + } } end: