diff options
author | alecpl <alec@alec.pl> | 2012-04-12 06:49:30 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-12 06:49:30 +0000 |
commit | 2c4d0bc88e44f07da6cdbad270265b43d3c36a15 (patch) | |
tree | 642df59455b543895dc0adfe527d01700c41f9db | |
parent | 194b45c673ba55f68759a8ba1117e4052cac2dfc (diff) |
- Added 0.7.2 and 0.8-beta to releases list
-rw-r--r-- | installer/rcube_install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 365d297b6..4d4f57a19 100644 --- a/installer/rcube_install.php +++ b/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; } |