aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win32-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-11-12 23:48:11 +0000
committerGerald Combs <gerald@wireshark.org>2009-11-12 23:48:11 +0000
commit23df4e7f01744225dab519fa3905f558367e7d62 (patch)
treebacb3cc1a6cc9e24a88fff4aefc1820535830412 /tools/win32-setup.sh
parent4ec4b16285a8ca8b0e15add61c9fa8e944f0b004 (diff)
Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.
svn path=/trunk/; revision=30945
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 1db5981298..3e34eb15d7 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-11"
+export DOWNLOAD_TAG="2009-11-12"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`