aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win64-setup.sh
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-17 01:18:51 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-17 01:18:51 +0000
commit2fa10632b9ebc2fc303d4b0564f990eba05f0cab (patch)
tree624f2a01cfd5b5962cca772c3836c434302f00ba /tools/win64-setup.sh
parentf7417787ccbdd721a30d102391c0178856c61f21 (diff)
Try to fix the build.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29952 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools/win64-setup.sh')
-rwxr-xr-xtools/win64-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index 2e8b875665..5e5d1ac254 100755
--- a/tools/win64-setup.sh
+++ b/tools/win64-setup.sh
@@ -4,7 +4,7 @@
# 64-bit wrapper for win32-setup.sh.
-export DOWNLOAD_TAG="2009-06-15"
+export DOWNLOAD_TAG="2009-09-16"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN32_SETUP=`echo $0 | sed -e s/win64/win32/`