diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-03-27 17:48:50 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-03-27 17:48:50 +0100 |
commit | 217694ebe579759a575aa42bb755bf5f3670b597 (patch) | |
tree | 5741da461ce6d65065902a8fca549912732a8a02 /installer | |
parent | a8ca51718b7652d3351978a622a2302f3daae91c (diff) |
Diffstat (limited to 'installer')
-rw-r--r-- | installer/rcube_install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 6c6555f91..e9d25cf93 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -528,8 +528,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.2', '0.7.3', - '0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4', + '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3', '0.7.4', + '0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4', '0.8.5', )); return $select; } |