summaryrefslogtreecommitdiff
path: root/libnet/include/win32/libnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/include/win32/libnet.h')
-rw-r--r--libnet/include/win32/libnet.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libnet/include/win32/libnet.h b/libnet/include/win32/libnet.h
index 9f3c57f..9b8cc77 100644
--- a/libnet/include/win32/libnet.h
+++ b/libnet/include/win32/libnet.h
@@ -37,7 +37,6 @@
#include <winsock2.h>
#include <windows.h>
#include <time.h>
-#include "in_systm.h"
#include "pcap.h"
@@ -81,9 +80,8 @@ extern "C" {
#pragma comment (lib,"wpcap") /* Winpcap */
#pragma comment (lib,"packet")
-/* "@LIBNET_VERSION@" will not work in VC++, so version.h doesn't get populated */
-/* FIXME this is not correct, it needs manual updating. */
-#define LIBNET_VERSION "1.1.1"
+/* FIXME this needs manual update during release packaging. */
+#define LIBNET_VERSION "1.1.6"
/* To use Win32 native versions */
#define WPCAP 1