diff options
author | alecpl <alec@alec.pl> | 2012-01-12 07:17:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-12 07:17:38 +0000 |
commit | 3efe96aec396b95fa8b2cd0df4db1587fcd8cdfe (patch) | |
tree | aacc8aeb5d486a01fd1865cf76075deafdb95857 /installer | |
parent | 3d4a482fd7527cfd8ee9b86df239b7a833535cd4 (diff) |
- Added 0.7.1 to the list of versions
Diffstat (limited to 'installer')
-rw-r--r-- | installer/rcube_install.php | 2 |
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; } |