From: Denis Ovsienko Date: Thu, 2 Jan 2014 21:55:28 +0000 (+0400) Subject: make Win32 version strings git-related X-Git-Tag: tcpdump-4.6.0~309^2 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/d66199e668fed6ec17813d016174f1ce771fceb6 make Win32 version strings git-related --- diff --git a/tcpdump.c b/tcpdump.c index e62babf7..9834a51e 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -2046,11 +2046,11 @@ print_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) * version number of the Packet.dll code, to supply the * "Wpcap_version" information on Windows. */ - char WDversion[]="current-cvs.tcpdump.org"; + char WDversion[]="current-git.tcpdump.org"; #if !defined(HAVE_GENERATED_VERSION) - char version[]="current-cvs.tcpdump.org"; + char version[]="current-git.tcpdump.org"; #endif - char pcap_version[]="current-cvs.tcpdump.org"; + char pcap_version[]="current-git.tcpdump.org"; char Wpcap_version[]="3.1"; #endif