diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2013-03-27 17:50:06 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2013-03-27 17:50:06 +0100 |
commit | 6233a6911f5db44092c9f473d656c8e8a1d43ff1 (patch) | |
tree | a910781c9121e4e1c8f3b3432f76393673cab2c2 | |
parent | ce0c1f44a3ff447cfaec315bc984bb4a4e1f09e9 (diff) |
-rw-r--r-- | installer/rcube_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index f23009de0..d925e9387 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -518,7 +518,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.1' + '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3', )); return $select; } |