X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Ftincctl.c;h=6227750ce73ed2c9b9139bfd69115a953a283170;hb=e024b7a2c50e23311834e6d180e5acc72783b339;hp=fc21d42a586a4205d741416504ac40233e5e4202;hpb=aec82bb1c94af6d3142cdef0c51f42f38e9be3e0;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index fc21d42a..6227750c 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -86,7 +86,7 @@ static struct option const long_options[] = { static void version(void) { 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-2012 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"