aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-03-29 20:18:10 +0000
committerGerald Combs <gerald@wireshark.org>2012-03-29 20:18:10 +0000
commit3ae3fcee5c181b54761cfcbefc59838630e47243 (patch)
treea317294e298bf623b827917a9220754537b79dfa /tools
parenta256cb0c9dd83bce8279359923c799923a3bb01e (diff)
Use the GnuTLS 2.12.18-1.2-1 bundle.
svn path=/trunk/; revision=41829
Diffstat (limited to 'tools')
-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 6514e4b0b2..82ac1176ba 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-26"
+export DOWNLOAD_TAG="2012-03-29"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`