From ad7b5381ac54567217f12ee729c7be6cd2848d0f Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Wed, 4 Jun 2014 19:17:44 +0200 Subject: Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0 Change-Id: I7650a3ec31120ac5e7954f4c1ca985ad55d189b4 Reviewed-on: https://code.wireshark.org/review/1978 Reviewed-by: Pascal Quantin --- tools/win32-setup.sh | 2 +- tools/win64-setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh index bc9bd4ba4d..1b316ff509 100755 --- a/tools/win32-setup.sh +++ b/tools/win32-setup.sh @@ -22,7 +22,7 @@ # 32-bit wrapper for win-setup.sh. -export DOWNLOAD_TAG="2014-05-16" +export DOWNLOAD_TAG="2014-06-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 bd61722dfe..0918b2bebd 100755 --- a/tools/win64-setup.sh +++ b/tools/win64-setup.sh @@ -22,7 +22,7 @@ # 64-bit wrapper for win-setup.sh. -export DOWNLOAD_TAG="2014-05-16" +export DOWNLOAD_TAG="2014-06-05" export WIRESHARK_TARGET_PLATFORM="win64" WIN_SETUP=`echo $0 | sed -e s/win64/win/` -- cgit v1.2.3