aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-10-05 15:46:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-10-05 15:46:13 +0000
commitdd551b6585c83e029c45de5e7356f27935079d6f (patch)
tree3ed40ebb5a14200bc94ff8b539c6e6ae58f7022f /tools
parent81b5ece966ac611f9878214e1222149b9a614015 (diff)
Use the new GTK bundles.
svn path=/trunk/; revision=34382
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 6e3412cbeb..5d22a1f63b 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="2010-08-25"
+export DOWNLOAD_TAG="2010-10-05"
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 f95d46e373..c049b47141 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="2010-08-25"
+export DOWNLOAD_TAG="2010-10-05"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`