X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=e5257b5644ac20c3e682c7d6fc37f240496ede0a;hb=3cfc9424f255c26f2a7775b6fa059f1e3e47a76e;hp=f63540aa9e4ce2fbffca28cfb82dc084eeb2f945;hpb=24874d0806bac5d75663ea9de67a71171bfc97b6;p=tinc diff --git a/src/tincd.c b/src/tincd.c index f63540aa..e5257b56 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: tincd.c,v 1.10.4.6 2000/06/30 11:45:16 guus Exp $ + $Id: tincd.c,v 1.10.4.7 2000/08/08 14:54:57 guus Exp $ */ #include "config.h" @@ -43,6 +43,7 @@ #include "encr.h" #include "net.h" #include "netutl.h" +#include "protocol.h" #include "system.h" @@ -336,7 +337,7 @@ main(int argc, char **argv, char **envp) if(show_version) { - printf(_("%s version %s\n"), PACKAGE, VERSION); + printf(_("%s version %s (built %s %s, protocol %d)\n"), PACKAGE, VERSION, __DATE__, __TIME__, PROT_CURRENT); printf(_("Copyright (C) 1998,1999,2000 Ivo Timmermans and others,\n" "see the AUTHORS file for a complete list.\n\n" "tinc comes with ABSOLUTELY NO WARRANTY. This is free software,\n"