aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-12-17 22:01:13 +0000
committerGerald Combs <gerald@wireshark.org>2009-12-17 22:01:13 +0000
commit7524c0b96314b87ca6a2c8f4dbf14770277ef31a (patch)
treedcbeeefe6d49b76a9d9e6e5cff35d0ddaf04b89e /tools
parent9b55f28a3d2078843e396888e9bb9fe32954877b (diff)
Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installer
build. svn path=/trunk/; revision=31301
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh2
-rwxr-xr-xtools/win64-setup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 5d74d64166..4ea4625c22 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-16"
+export DOWNLOAD_TAG="2009-12-17"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index 151f828310..997fa85cc4 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="2009-11-19"
+export DOWNLOAD_TAG="2009-12-17"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`