Skip to content

Commit

Permalink
[libpcap] Improved the libpcap version system.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jul 25, 2016
1 parent 5f0de70 commit 5086d26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@

#define WINPCAP_BUILD_DESCRIPTION ""
#define WINPCAP_PRIVATE_BUILD ""
#define WINPCAP_LIBPCAP_VERSION "1.0rel0b branch (20091008)"
#define WINPCAP_LIBPCAP_VERSION "1.8.0"
2 changes: 1 addition & 1 deletion wpcap/libpcap
7 changes: 7 additions & 0 deletions wpcap/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
//

#include "..\version.h"

static const char pcap_version_string[] = "libpcap version " WINPCAP_LIBPCAP_VERSION;

0 comments on commit 5086d26

Please sign in to comment.