]> The Tcpdump Group git mirrors - libpcap/commitdiff
Generically refer to the top-of-tree version as 1.x.y.
authorguy <guy>
Sun, 14 Dec 2008 19:36:02 +0000 (19:36 +0000)
committerguy <guy>
Sun, 14 Dec 2008 19:36:02 +0000 (19:36 +0000)
pcap.c

diff --git a/pcap.c b/pcap.c
index e6334bf68ef2f6e0af6da7a898596af94e0a1b2a..72044c1789170c4bf09b48b573a5ebe62c463bbd 100644 (file)
--- 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