aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-19 22:57:40 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-19 22:57:40 +0000
commit81a5be58131e2bf82b89ae79f5316493ae3ad058 (patch)
tree7e75f7f38b9b3e0f26506cd8cd549cea79b09dd6 /tools
parente48236a43635f9f0e695a25199bf3ab959774590 (diff)
Enable automatic updates for Win64. Fix a copy/paste error.
svn path=/trunk/; revision=47749
Diffstat (limited to 'tools')
-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 96e706663b..c51a60dcbc 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="2012-12-19"
+export DOWNLOAD_TAG="2013-02-19"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`