aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-05-29 18:45:24 +0000
committerGerald Combs <gerald@wireshark.org>2009-05-29 18:45:24 +0000
commit6e689b5adcbb585caf502b07e2b756248946803a (patch)
treea3a0c5d1cec48f25c08ea369e631a8d438d3b915 /tools
parent0b1b0264abe413b4ba593649bdc529e5754bd7e0 (diff)
Update the Windows library tags and documentation filename.
svn path=/trunk/; revision=28527
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh2
-rwxr-xr-xtools/win64-setup.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 71fb0f8e72..821d599c00 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -9,7 +9,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=${DOWNLOAD_TAG:-"2009-04-27"}
+DOWNLOAD_TAG=${DOWNLOAD_TAG:-"2009-05-29"}
WIRESHARK_TARGET_PLATFORM=${WIRESHARK_TARGET_PLATFORM:-"win32"}
DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages/"
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index 4c6086f89d..b0ff6e3727 100755
--- a/tools/win64-setup.sh
+++ b/tools/win64-setup.sh
@@ -4,9 +4,9 @@
# 64-bit wrapper for win32-setup.sh.
-export DOWNLOAD_TAG="2009-03-06"
+export DOWNLOAD_TAG="2009-05-29"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN32_SETUP=`echo $0 | sed -e s/win64/win32/`
-exec $WIN32_SETUP $@ \ No newline at end of file
+exec $WIN32_SETUP $@