From 7c6b9d62abd57560bd1c47a942c8e9f9f3068fd0 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Wed, 7 Aug 2013 16:56:00 +0200 Subject: [PATCH] Use installer version 0.11.0 for 3.0-rc1. --- deployment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.sh b/deployment.sh index 7712dc1..da6018b 100755 --- a/deployment.sh +++ b/deployment.sh @@ -543,6 +543,7 @@ if "$PRO_EDITION" ; then 2.8-rc2) INSTALLER_VERSION="0.10.0";; 2.8-rc3) INSTALLER_VERSION="0.10.1";; 2.8) INSTALLER_VERSION="0.10.2";; + 3.0-rc1) INSTALLER_VERSION="0.11.0";; esac elif "$CE_EDITION" ; then case "$SP_VERSION" in @@ -558,6 +559,7 @@ elif "$CE_EDITION" ; then 2.7-rc3) INSTALLER_VERSION="0.9.1" ; DEBIAN_RELEASE="squeeze" ;; 2.7) INSTALLER_VERSION="0.9.2" ; DEBIAN_RELEASE="squeeze" ;; 2.8) INSTALLER_VERSION="0.10.2" ; DEBIAN_RELEASE="squeeze" ;; + 3.0-rc1) INSTALLER_VERSION="0.11.0" ; DEBIAN_RELEASE="wheezy" ;; esac fi