aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/win-setup.ps1')
-rw-r--r--tools/win-setup.ps18
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 4a63a488b5..f6993cd923 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -99,8 +99,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2017-08-23"
-$Win32CurrentTag = "2017-08-23"
+$Win64CurrentTag = "2017-08-26"
+$Win32CurrentTag = "2017-08-26"
# Archive file / subdir.
$Win64Archives = @{
@@ -159,12 +159,12 @@ $Win32Archives = @{
$Win32Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.2.0.2.exe";
+ "USBPcapSetup-1.2.0.3.exe";
)
$Win64Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.2.0.2.exe";
+ "USBPcapSetup-1.2.0.3.exe";
)
$Archives = $Win64Archives;