summaryrefslogtreecommitdiff
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:21:07 +0100
commitacced81bba84bc0ed6df45324cd11a985012ad5a (patch)
treee025070548cea6838e88fc8cd9f109ea4855073e
parent6e3f2b4294d37cd2209bd7d4930f96f6c0fa6f8d (diff)
Add 0.9-rc to releases list
-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;
}