aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-11 18:58:17 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-11-11 18:00:31 +0000
commit978d7a8f05888fac146e836a4efb9dcc70947d34 (patch)
treeff6cc277b9da9249a536fe85f3a8c4b62d9dfb0a /tools
parentb20d5bbc0b5005ad870e70a3fed42e30975e6213 (diff)
Update user guide for upcoming 2.0 release
Change-Id: Id27365d6bd7085f498edd78111d85de0fbd0abd3 Reviewed-on: https://code.wireshark.org/review/11738 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'tools')
-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 68f00a45d5..41fc5a4f5a 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -101,8 +101,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2015-10-07"
-$Win32CurrentTag = "2015-10-07"
+$Win64CurrentTag = "2015-11-11"
+$Win32CurrentTag = "2015-11-11"
# Archive file / subdir.
$Win64Archives = @{
@@ -116,7 +116,7 @@ $Win64Archives = @{
"nasm-2.09.08-win32.zip" = "";
"portaudio_v19_2.zip" = "";
"upx303w.zip" = "";
- "user-guide-g7ea0d6c.zip" = "user-guide";
+ "user-guide-gdf2fcdf.zip" = "user-guide";
"WinSparkle-0.3-44-g2c8d9d3-win64ws.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.8-ws.zip" = "";
@@ -133,7 +133,7 @@ $Win32Archives = @{
"nasm-2.09.08-win32.zip" = "";
"portaudio_v19_2.zip" = "";
"upx303w.zip" = "";
- "user-guide-g7ea0d6c.zip" = "user-guide";
+ "user-guide-gdf2fcdf.zip" = "user-guide";
"WinSparkle-0.3-44-g2c8d9d3-win32ws.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.8-ws.zip" = "";