aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-10-11 16:01:48 +0000
committerGerald Combs <gerald@wireshark.org>2010-10-11 16:01:48 +0000
commitb2a92a4c35f9310ac8215f4e59b10af6bf7eb4c1 (patch)
tree54195c9ee3fa012489d73e476f855f067feb9d79 /tools
parent32da2562b88c0aa67afcbe57ed572ab44d4be2fe (diff)
Use the latest User's Guide.
svn path=/trunk/; revision=34470
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh2
-rwxr-xr-xtools/win64-setup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 5d22a1f63b..8dc3e033f3 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -4,7 +4,7 @@
# 32-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2010-10-05"
+export DOWNLOAD_TAG="2010-10-08"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index c049b47141..899ff31701 100755
--- a/tools/win64-setup.sh
+++ b/tools/win64-setup.sh
@@ -4,7 +4,7 @@
# 64-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2010-10-05"
+export DOWNLOAD_TAG="2010-10-08"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`