diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-05 20:44:08 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-05 20:44:08 +0000 |
commit | 89dc6e77c7180fb1f52bd1a5f82e86205d264ade (patch) | |
tree | 7eac339e7375234be1994f14f205655f1a6b3af6 /tap-win32/i386 | |
parent | Include tap.cat (TAP driver catalog file) in Windows (diff) | |
download | openvpn-89dc6e77c7180fb1f52bd1a5f82e86205d264ade.tar.xz |
TAP driver fix for Vista x64 BSOD.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1754 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'tap-win32/i386')
-rwxr-xr-x | tap-win32/i386/OemWin2k.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-win32/i386/OemWin2k.inf b/tap-win32/i386/OemWin2k.inf index c8316af..792cbb8 100755 --- a/tap-win32/i386/OemWin2k.inf +++ b/tap-win32/i386/OemWin2k.inf @@ -51,7 +51,7 @@ ; This version number should match the version ; number given in SOURCES. - DriverVer=02/27/2007,9.00.00.0001 + DriverVer=03/05/2007,9.00.00.0002 [Strings] DeviceDescription = "TAP-Win32 Adapter V9" |