From bfe13d8bbe5682d27fd98e2bb52847adcaa44c52 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 15 Jun 2009 22:20:27 +0000 Subject: [PATCH] Use upx 303w. svn path=/trunk/; revision=28748 --- tools/win64-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh index 806b830823..2e8b875665 100755 --- a/tools/win64-setup.sh +++ b/tools/win64-setup.sh @@ -4,7 +4,7 @@ # 64-bit wrapper for win32-setup.sh. -export DOWNLOAD_TAG="2009-06-10" +export DOWNLOAD_TAG="2009-06-15" export WIRESHARK_TARGET_PLATFORM="win64" WIN32_SETUP=`echo $0 | sed -e s/win64/win32/`