summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-01-12 07:29:48 +0000
committeralecpl <alec@alec.pl>2012-01-12 07:29:48 +0000
commitbe431441cb06de48b01fde2baf3ccf04094c0273 (patch)
tree4e2aa31fc1498bd7967d69e328a9168ee8315459 /installer
parent89730fa4e26a1efb6328af34cf89827642920272 (diff)
- Applied fixes from trunk up to r5756
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 737972b93..f23009de0 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -518,7 +518,7 @@ class rcube_install
'0.4-beta', '0.4.2',
'0.5-beta', '0.5', '0.5.1',
'0.6-beta', '0.6',
- '0.7-beta', '0.7',
+ '0.7-beta', '0.7', '0.7.1'
));
return $select;
}