summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-04-19 18:31:11 +0000
committerGerald Combs <gerald@wireshark.org>2012-04-19 18:31:11 +0000
commitd8389b542964723f2c1f92d2b04909753857c1be (patch)
tree88f71fab4be3fa11563ffd85e83f750fd057c841 /tools
parenteb97cbb0885d349af156341f921b0818163fe1bf (diff)
downloadwireshark-d8389b542964723f2c1f92d2b04909753857c1be.tar.gz
Switch to our custom GTK+ bundles derived from openSUSE Build Service
packages. Sort and normalize our DLL lists. Add several new required DLLs. svn path=/trunk/; revision=42143
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 f7a9131c0d..730d055f14 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="2012-03-26"
+export DOWNLOAD_TAG="2012-04-19"
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 82ac1176ba..ffbd2afd3a 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="2012-03-29"
+export DOWNLOAD_TAG="2012-04-19"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`