diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-12 06:49:30 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-12 06:49:30 +0000 |
| commit | b9219099df876ada5f2c83613f43b942a6eb0ca1 (patch) | |
| tree | 8bdc312bb447591f5ffc80a209dc855b4153e8a9 | |
| parent | e51a37d9b3c545dc691b5945a468684419c3d21f (diff) | |
- Added 0.7.2 and 0.8-beta to releases list
git-svn-id: https://svn.roundcube.net/trunk@6064 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/installer/rcube_install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/installer/rcube_install.php b/roundcubemail/installer/rcube_install.php index 365d297b6..4d4f57a19 100644 --- a/roundcubemail/installer/rcube_install.php +++ b/roundcubemail/installer/rcube_install.php @@ -523,7 +523,8 @@ 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.1' + '0.7-beta', '0.7', '0.7.1', '0.7.2', + '0.8-beta', )); return $select; } |
