From 263b71cbbf1d67273e8daf9ff414886970660eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20=C3=84ij=C3=A4l=C3=A4?= Date: Thu, 3 Oct 2019 13:24:30 +0300 Subject: [PATCH] Update Squish to 6.5.1 Change-Id: I1803e85ae4426a2f356f6812e88759479d6367cb Reviewed-by: Heikki Halmet --- coin/provisioning/common/unix/squishInstall.sh | 2 +- coin/provisioning/common/windows/squishInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/provisioning/common/unix/squishInstall.sh b/coin/provisioning/common/unix/squishInstall.sh index 069d5afd..253a881a 100755 --- a/coin/provisioning/common/unix/squishInstall.sh +++ b/coin/provisioning/common/unix/squishInstall.sh @@ -38,7 +38,7 @@ set -ex # This script will install squish package for Linux and Mac. # Squish is need by Release Test Automation (RTA) -version="6.3.0" +version="6.5.1" # Branch version without dot qtBranch="59x" squishFolder="/opt/squish" diff --git a/coin/provisioning/common/windows/squishInstall.ps1 b/coin/provisioning/common/windows/squishInstall.ps1 index fe221890..3f6535ee 100644 --- a/coin/provisioning/common/windows/squishInstall.ps1 +++ b/coin/provisioning/common/windows/squishInstall.ps1 @@ -38,7 +38,7 @@ # NOTE! Make sure 64bit versions are always installed before 32bit, # because they use same folder name before a rename -$version = "6.3.0" +$version = "6.5.1" # Qt branch without dot (*.*) $qtBranch = "59x"