summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-01-12 07:17:38 +0000
committeralecpl <alec@alec.pl>2012-01-12 07:17:38 +0000
commit3efe96aec396b95fa8b2cd0df4db1587fcd8cdfe (patch)
treeaacc8aeb5d486a01fd1865cf76075deafdb95857 /installer
parent3d4a482fd7527cfd8ee9b86df239b7a833535cd4 (diff)
- Added 0.7.1 to the list of versions
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 a3618a515..cc946eca0 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -519,7 +519,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;
}