summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-07 09:19:59 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-07 09:19:59 +0100
commita6ceb4ea49cd50b2872f6031d83f54d174d7792a (patch)
treeb966c4be18147951d4e09c8032222d276bc147d7 /installer
parent001b172708f3b4b76ab6f0af7ec720955828f5b1 (diff)
Add 0.9-rc to releases list
Diffstat (limited to 'installer')
-rw-r--r--installer/rcube_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index 7522b3b98..d5811ded1 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -456,7 +456,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.8.5',
- '0.9-beta',
+ '0.9-beta', '0.9-rc',
));
return $select;
}