diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-02-27 23:29:17 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-02-27 23:29:17 +0000 |
commit | ee313a978f7aa9eff8163e3f6be3a59b12e03fe0 (patch) | |
tree | ac35ef74779ebc991174737eea15b8f9cb3a7333 /config-win32.h.in | |
parent | --reneg-sec clarification in man page. (diff) | |
download | openvpn-ee313a978f7aa9eff8163e3f6be3a59b12e03fe0.tar.xz |
Renamed TAP-Win32 driver from tap0801.sys to tap0901.sys
to reflect the fact that Vista has blacklisted the tap0801.sys
file name due to previous compatibility issues which have now
been resolved. TAP-Win32 major/minor version number is now 9/1.
Windows installer will delete a previously installed
tap0801.sys TAP driver before installing tap0901.sys.
Added code to Windows installer to fail gracefully on 64 bit
installs until 64-bit TAP driver issues can be resolved.
Added code to Windows installer to fail gracefully on
versions of Windows which are not explicitly supported.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1746 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | config-win32.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-win32.h.in b/config-win32.h.in index 502c6ae..20ed726 100644 --- a/config-win32.h.in +++ b/config-win32.h.in @@ -59,7 +59,7 @@ typedef unsigned long in_addr_t; * * The TAP-Win32 version number is defined in tap-win32/SOURCES */ -#define TAP_WIN32_MIN_MAJOR 8 +#define TAP_WIN32_MIN_MAJOR 9 #define TAP_WIN32_MIN_MINOR 1 /* Allow --askpass and --auth-user-pass passwords to be read from a file */ |