summaryrefslogtreecommitdiff
path: root/installer/rcube_install.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-09 08:49:01 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-09 08:49:01 +0100
commit64e218bd13b948712d79b60f6eae90cf393ec81f (patch)
tree37f4a6dbf6eaa80f25eca866ee81da0c98ae7f5a /installer/rcube_install.php
parentf96593772ce3d685f7add2c3357428b82a5a6c84 (diff)
Add 0.9-beta to list of releases
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r--installer/rcube_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index 530be3ebe..6ef105bc7 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -452,6 +452,7 @@ class rcube_install
'0.6-beta', '0.6',
'0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3',
'0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4',
+ '0.9-beta',
));
return $select;
}