diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-09 08:49:01 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-09 09:20:11 +0100 |
commit | 941fa518369b2640488b1bd6d4067b954e0520ce (patch) | |
tree | 454f93b337ceadfac375d4e9d0b6cfa493ae32f6 | |
parent | fd88a22eff5c62c5f0c0063132f862dadbcb2eaa (diff) |
Add 0.9-beta to list of releases
-rw-r--r-- | installer/rcube_install.php | 1 |
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; } |