From 5a6586937b201b4b8daeb5299a7279873767801f Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 23 May 2013 23:25:59 +0200 Subject: make: include build name Include long version string into tools when called with --version. Signed-off-by: Daniel Borkmann --- staging/mausezahn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'staging') diff --git a/staging/mausezahn.c b/staging/mausezahn.c index 7f712b7..7831b90 100644 --- a/staging/mausezahn.c +++ b/staging/mausezahn.c @@ -170,7 +170,7 @@ static void help(void) static void version(void) { - printf("\nmausezahn %s, a fast versatile traffic generator\n", VERSION_STRING); + printf("\nmausezahn %s, a fast versatile traffic generator\n", VERSION_LONG); puts("http://www.netsniff-ng.org\n\n" "Please report bugs to \n" "Copyright (C) 2008-2010 Herbert Haas ,\n" -- cgit v1.2.3-54-g00ecf