summaryrefslogtreecommitdiff
path: root/tools/win64-setup.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-02-24 21:08:09 +0000
committerGerald Combs <gerald@wireshark.org>2010-02-24 21:08:09 +0000
commita5b39ae47a38f2aa47534c96f757aa353d40dc4b (patch)
treebcf79d1ba88c272aa216c522f58f42f03e30a96a /tools/win64-setup.sh
parentbae37cf3ac448de559f4c309ba22b790b04f37bb (diff)
downloadwireshark-a5b39ae47a38f2aa47534c96f757aa353d40dc4b.tar.gz
Use the latest GTK+ 2.16 bundle. For the Win32 build this means downgrading
from GTK+ 2.18. According to https://bugzilla.gnome.org/show_bug.cgi?id=598299 we should probably hold off on using 2.18 for a while. svn path=/trunk/; revision=31992
Diffstat (limited to 'tools/win64-setup.sh')
-rwxr-xr-xtools/win64-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index b7b4863120..3fd86c9dd8 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-01-26-1.2"
+export DOWNLOAD_TAG="2010-02-24"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`