X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=9f83a3ca572b888b20fde0add470ceb913b94c6c;hb=e024b7a2c50e23311834e6d180e5acc72783b339;hp=30a5678214c0a61cd4c46c1774b6df9c6e9637b1;hpb=aec82bb1c94af6d3142cdef0c51f42f38e9be3e0;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 30a56782..9f83a3ca 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -320,7 +320,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"