From 656e776498fe862b1b388435568c5bb72213cb16 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 2 Dec 2020 12:54:27 +0100 Subject: [BUILD] Include branch and build timestamp in binaries --- src/bench/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bench/main.c') diff --git a/src/bench/main.c b/src/bench/main.c index d195e26..37e2821 100644 --- a/src/bench/main.c +++ b/src/bench/main.c @@ -20,7 +20,7 @@ static void printUsage(char *argv0, int exitCode) { - printf( "Version: %s\n", DNBD3_VERSION ); + printf( "Version: %s\n", DNBD3_VERSION_LONG ); printf( "Usage: %s [--debug] --host --image [--rid revision]\n", argv0 ); printf( "Or: %s [-d] -h -i [-r revision]\n", argv0 ); printf( " -h --host List of space separated hosts to use\n" ); -- cgit v1.2.3-55-g7522