aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-04-12 21:09:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-04-12 21:09:34 +0000
commita0e2d8ec0a1171d3da53ebc81354f5c1b878b13d (patch)
treeaee434a834a0a5f7ab243dcb82dc098d061bdf3a
parente98f5fc23d87fd67b9113b1936782ffe9d82656d (diff)
Use the new label(It will still break on zlib as zlib 1.2.5 isn't used yet).
svn path=/trunk/; revision=36611
-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 1f445bcc40..565c46e83f 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="2011-04-05"
+export DOWNLOAD_TAG="2011-04-12"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`