diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-23 23:25:59 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-23 23:25:59 +0200 |
commit | 5a6586937b201b4b8daeb5299a7279873767801f (patch) | |
tree | d5dc56e8f97c51a3eea0e5333f5b940add02ae8b /bpfc.c | |
parent | ff2abdaf68579bb0e95de2ffb8b3c438dbabd5d4 (diff) |
make: include build name
Include long version string into tools when called with --version.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'bpfc.c')
-rw-r--r-- | bpfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ static void __noreturn help(void) static void __noreturn version(void) { - printf("\nbpfc %s, a tiny BPF compiler\n", VERSION_STRING); + printf("\nbpfc %s, a tiny BPF compiler\n", VERSION_LONG); puts("http://www.netsniff-ng.org\n\n" "Please report bugs to <bugs@netsniff-ng.org>\n" "Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n" |