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 --- curvetun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curvetun.c') diff --git a/curvetun.c b/curvetun.c index e888933..29bee4a 100644 --- a/curvetun.c +++ b/curvetun.c @@ -132,7 +132,7 @@ static void __noreturn help(void) static void __noreturn version(void) { - printf("\ncurvetun %s, lightweight curve25519-based VPN/IP tunnel\n", VERSION_STRING); + printf("\ncurvetun %s, lightweight curve25519-based VPN/IP tunnel\n", VERSION_LONG); puts("http://www.netsniff-ng.org\n\n" "Please report bugs to \n" "Copyright (C) 2011-2013 Daniel Borkmann ,\n" -- cgit v1.2.3-54-g00ecf