summaryrefslogtreecommitdiff
path: root/installer/rcube_install.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-15 08:22:42 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-15 08:22:42 +0100
commit82d875769cade12b82aeab6723c869d87fb7a4c9 (patch)
tree1d08b1d446b3db435a98968367d1ee2bb496b2e5 /installer/rcube_install.php
parentd17a9de59886592d41e2745490cbb8fb31064744 (diff)
Update versions list with 0.8.4 release
Diffstat (limited to 'installer/rcube_install.php')
-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 c1ebdca61..cbeb1655d 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -454,7 +454,7 @@ class rcube_install
'0.5-beta', '0.5', '0.5.1',
'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-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4',
));
return $select;
}