From: guy Date: Sun, 14 Dec 2008 19:36:02 +0000 (+0000) Subject: Generically refer to the top-of-tree version as 1.x.y. X-Git-Tag: libpcap-1.1.0~220 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/fe8a58a56dd6d2a7df2c42c04e46ee636e3372a7 Generically refer to the top-of-tree version as 1.x.y. --- diff --git a/pcap.c b/pcap.c index e6334bf6..72044c17 100644 --- a/pcap.c +++ b/pcap.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.124 2008-09-22 20:14:19 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.125 2008-12-14 19:36:02 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -1265,7 +1265,7 @@ pcap_offline_filter(struct bpf_program *fp, const struct pcap_pkthdr *h, #ifdef HAVE_VERSION_H #include "version.h" #else -static const char pcap_version_string[] = "libpcap version 0.9[.x]"; +static const char pcap_version_string[] = "libpcap version 1.x.y"; #endif #ifdef WIN32