aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win32-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-12-23 00:22:12 +0000
committerGerald Combs <gerald@wireshark.org>2009-12-23 00:22:12 +0000
commit7b42cf5135df95fcb2823a88f0366702f25766be (patch)
treeb026bed3fe630a3e00a8992ec7032d7149a930a9 /tools/win32-setup.sh
parent3bcf0a84bf7c811341874b2ee64e849caefcd762 (diff)
Use the official kfw packages.
svn path=/trunk/; revision=31355
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 b8ae3ef96e..29f08bce76 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-21"
+export DOWNLOAD_TAG="2009-12-22"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`