summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-06 20:42:47 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-06 20:42:47 +0000
commitc592ceded1ee71040c16491c92a57661cc537b94 (patch)
treec6b88b97833e6e39d6772632ab3b27933910fa87 /tools
parent7881fe849353afaf886c26e8ce8043cc3f88c74e (diff)
downloadwireshark-c592ceded1ee71040c16491c92a57661cc537b94.tar.gz
Update the Lua configuration on Win64 to reflect the recent change to
Visual Studio 2010. svn path=/trunk/; revision=43142
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 6650d247a1..4d389784fe 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-05-30"
+export DOWNLOAD_TAG="2012-06-06"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`