diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-12 07:17:38 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-12 07:17:38 +0000 |
| commit | 903722017545bd139e3c04c183ec10a9458a5196 (patch) | |
| tree | 3b013d6f733740c69a5f145addeab45197429326 | |
| parent | 1481fed8f438a3f20afbb48fa6a1baf863c8fafc (diff) | |
- Added 0.7.1 to the list of versions
git-svn-id: https://svn.roundcube.net/trunk@5756 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/installer/rcube_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/rcube_install.php b/roundcubemail/installer/rcube_install.php index a3618a515..cc946eca0 100644 --- a/roundcubemail/installer/rcube_install.php +++ b/roundcubemail/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; } |
