aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win32-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-01-19 22:58:12 +0000
committerGerald Combs <gerald@wireshark.org>2010-01-19 22:58:12 +0000
commitf1958a48f94c4231968b76c43f9ac3028c263db3 (patch)
treecca6191199482abf9dcc06adcfe2b600e9279885 /tools/win32-setup.sh
parent2183430a29d8096baea244c37545e7fbde424211 (diff)
Drop our requirement for MSVCR71.DLL.
svn path=/trunk/; revision=31578
Diffstat (limited to 'tools/win32-setup.sh')
-rwxr-xr-xtools/win32-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 29f08bce76..b677436c95 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="2009-12-22"
+export DOWNLOAD_TAG="2010-01-19"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`