summaryrefslogtreecommitdiff
path: root/tools/win32-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-10 22:16:09 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-10 22:16:09 +0000
commite137f6cb76621b27acc2e2cd7ceb0e7d6194ff37 (patch)
tree6088db3f498294ef621ea35f85514671ada99f56 /tools/win32-setup.sh
parent8a1b0a0414096f003dc08d70c5912f0df5a39527 (diff)
downloadwireshark-e137f6cb76621b27acc2e2cd7ceb0e7d6194ff37.tar.gz
Use c-ares 1.6.0.
svn path=/trunk/; revision=26961
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 389613d1a1..027838038b 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -7,7 +7,7 @@
# in order to provide backward compatibility with older trees (e.g. a
# previous release or an older SVN checkout).
# Save previous tag.
-DOWNLOAD_TAG="2008-12-09"
+DOWNLOAD_TAG="2008-12-10"
DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/$DOWNLOAD_TAG/packages/"
TAG_FILE="current_tag.txt"