From 9ed359ecf56aa871b4f9bfc8343b91dac38581dd Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 22 Aug 2012 13:12:38 +0000 Subject: [PATCH] Make deployment script aware of 2.6-rc1 release From: Michael Prokop --- deployment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.sh b/deployment.sh index 5ffb9f3..4e063f7 100755 --- a/deployment.sh +++ b/deployment.sh @@ -490,6 +490,7 @@ if "$PRO_EDITION" ; then 2.4) INSTALLER_VERSION="0.6.3";; 2.5-rc1) INSTALLER_VERSION="0.6.4";; 2.5) INSTALLER_VERSION="0.7.3";; + 2.6-rc1) INSTALLER_VERSION="0.8.0";; esac elif "$CE_EDITION" ; then case "$SP_VERSION" in @@ -498,6 +499,7 @@ elif "$CE_EDITION" ; then 2.2) INSTALLER_VERSION="0.4.7";; 2.4) INSTALLER_VERSION="0.6.3";; 2.5) INSTALLER_VERSION="0.7.3";; + 2.6-rc1) INSTALLER_VERSION="0.8.0";; esac fi