X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=226f4f5e9911ac23e3deb0694bb7d8ae94cd72e2;hb=58e8f598f38dbb2f210d8a62c8fb4b46513dc39f;hp=d497bccc063132bb10b3f03070f4b2a615ae1207;hpb=6568cffd52d4803effaf52a9bb9c98d69cf7922a;p=tinc diff --git a/src/tincd.c b/src/tincd.c index d497bccc..226f4f5e 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -343,7 +343,7 @@ int main(int argc, char **argv) { if(show_version) { printf("%s version %s (built %s %s, protocol %d.%d)\n", PACKAGE, - VERSION, BUILD_DATE, BUILD_TIME, PROT_MAJOR, PROT_MINOR); + BUILD_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"