make Win32 version strings git-related

This commit is contained in:
Denis Ovsienko 2014-01-03 01:55:28 +04:00
parent cf6dab3f3f
commit d66199e668

View File

@ -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