X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=15cddb1ea38f244ecfe90b6edeb2ee21ef1ec026;hp=748fe13a23c7455a23fa82dd65aeeaa5aea966fa;hb=afb175873e6aa10d2d4dca3572edf054968c538d;hpb=19e42b76f546dc3baee4a5d6a4f161155d279c74 diff --git a/src/tincd.c b/src/tincd.c index 748fe13a..15cddb1e 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -332,7 +332,7 @@ int main(int argc, char **argv) { if(show_version) { printf("%s version %s (built %s %s, protocol %d.%d)\n", PACKAGE, - BUILD_VERSION, BUILD_DATE, BUILD_TIME, PROT_MAJOR, PROT_MINOR); + VERSION, BUILD_DATE, BUILD_TIME, PROT_MAJOR, PROT_MINOR); printf("Copyright (C) 1998-2014 Ivo Timmermans, Guus Sliepen and others.\n" "See the AUTHORS file for a complete list.\n\n" "tinc comes with ABSOLUTELY NO WARRANTY. This is free software,\n"