From be6afef02d307dcc7d2a65361943b221b122ef9c Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Thu, 21 Nov 2019 13:10:15 +0100 Subject: [PATCH] Switch from 4.0.1 to "latest-stable" mP image This applies to the master branch only. --- download-midpoint.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/download-midpoint.sh b/download-midpoint.sh index 9b95539..ecc3f1e 100755 --- a/download-midpoint.sh +++ b/download-midpoint.sh @@ -6,7 +6,11 @@ if [[ -n "$1" ]]; then MP_VERSION=$1 else if [[ $tag == "latest" ]]; then - MP_VERSION="4.0.1" + # Was: 4.0.1 + # + # But we need to incorporate latest changes to I2 distribution during + # the development of 4.1. Therefore we use a custom build here. + MP_VERSION="latest-stable" else MP_VERSION=$tag fi