]> The Tcpdump Group git mirrors - libpcap/commitdiff
Update the version string. (This is used only if this is built without
authorguy <guy>
Wed, 19 Sep 2007 02:50:52 +0000 (02:50 +0000)
committerguy <guy>
Wed, 19 Sep 2007 02:50:52 +0000 (02:50 +0000)
the configure script; is that only an issue for WinPcap?)

pcap.c

diff --git a/pcap.c b/pcap.c
index 1503814d152ddbebe1fffc6dd5e5987002dace40..1cea6950a2930461aee339494897aeb0b425ad1c 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -33,7 +33,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.88.2.18 2007-09-12 21:33:36 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.88.2.19 2007-09-19 02:50:52 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -817,7 +817,7 @@ pcap_close(pcap_t *p)
 #ifdef HAVE_VERSION_H
 #include "version.h"
 #else
 #ifdef HAVE_VERSION_H
 #include "version.h"
 #else
-static const char pcap_version_string[] = "libpcap version 0.9.7";
+static const char pcap_version_string[] = "libpcap version 0.9.8";
 #endif
 
 #ifdef WIN32
 #endif
 
 #ifdef WIN32