From c226418c043a49ff3de2d462ccd62adfe3d2c824 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Wed, 19 Dec 2012 13:15:24 +0000 Subject: [PATCH] use proper installer version for 2.7-rc2 deployment. --- deployment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.sh b/deployment.sh index bfea0e4..0e5f7d1 100755 --- a/deployment.sh +++ b/deployment.sh @@ -568,6 +568,7 @@ if "$PRO_EDITION" ; then 2.6-rc1) INSTALLER_VERSION="0.8.1";; 2.6-rc2) INSTALLER_VERSION="0.8.2";; 2.6) INSTALLER_VERSION="0.8.3";; + 2.7-rc2) INSTALLER_VERSION="0.9.0";; esac elif "$CE_EDITION" ; then case "$SP_VERSION" in @@ -579,6 +580,7 @@ elif "$CE_EDITION" ; then 2.6-rc1) INSTALLER_VERSION="0.8.1";; 2.6-rc2) INSTALLER_VERSION="0.8.2";; 2.6) INSTALLER_VERSION="0.8.3";; + 2.7-rc2) INSTALLER_VERSION="0.9.0";; esac fi