aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-19 06:42:46 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-19 06:42:46 +0000
commit7548bce4ff7b18f0aa7bfa6c04da76a7e9d85f1c (patch)
treedc8ec723e621b8804ec3f1b02780305a068966a0 /tools
parent6346cf17130cc3580f274379f73a3dd7cb8794ac (diff)
Use GTK 2.16 and glib 2.20.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27796 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-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 0bcdeb1e8e..bcd99c5636 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-02-09"}
+DOWNLOAD_TAG=${DOWNLOAD_TAG:-"2009-03-19"}
WIRESHARK_TARGET_PLATFORM=${WIRESHARK_TARGET_PLATFORM:-"win32"}
DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages/"