summaryrefslogtreecommitdiff
path: root/tools/win32-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-11-19 20:27:08 +0000
committerGerald Combs <gerald@wireshark.org>2009-11-19 20:27:08 +0000
commit907bf4e36b75b260acffa39f3a0f337df1be756c (patch)
tree066c8a11f58d001c3f7abc7840b74518482932bf /tools/win32-setup.sh
parent14689bd1cada086361b1c0f1e284ee72db57a55d (diff)
downloadwireshark-907bf4e36b75b260acffa39f3a0f337df1be756c.tar.gz
Switch from individual GLib, GTK+, and related packages to the all-in-one
versions. svn path=/trunk/; revision=31023
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 3e34eb15d7..5e18d43074 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-11-12"
+export DOWNLOAD_TAG="2009-11-19"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`