diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-09 17:57:16 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-09 17:57:16 +0100 |
commit | a0eb4aef29d6b6700b562691a51b4a232dbfb123 (patch) | |
tree | dcbab5b20ba78237bac0edd9b0fb796897798de1 /installer | |
parent | b33f21867fa0755d35a9f4d841a294bdfd5de084 (diff) | |
parent | 941fa518369b2640488b1bd6d4067b954e0520ce (diff) |
Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9
Diffstat (limited to 'installer')
-rw-r--r-- | installer/rcube_install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 530be3ebe..6ef105bc7 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -452,6 +452,7 @@ class rcube_install '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.9-beta', )); return $select; } |