From 590fcbc66f95530e4dacfcf0bad8553717eba166 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 1 Apr 2014 04:34:47 +0200 Subject: Upgrade Windows builds to Lua 5.2.3 Change-Id: Ie7fffa9d57b1b861ab57cc55259c79cf0e8ee0e0 Reviewed-on: https://code.wireshark.org/review/974 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 239321e197..fd47dfdaed 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-03-29" +export DOWNLOAD_TAG="2014-04-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 b629a0ee23..5691b79a7f 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-03-29" +export DOWNLOAD_TAG="2014-04-05" export WIRESHARK_TARGET_PLATFORM="win64" WIN_SETUP=`echo $0 | sed -e s/win64/win/` -- cgit v1.2.3