Revision 813
Added by doc over 17 years ago
| version.php | ||
|---|---|---|
| 37 | 37 |
} |
| 38 | 38 |
|
| 39 | 39 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 40 |
if(!defined('VERSION')) define('VERSION', '2.7 (RC3)');
|
|
| 40 |
if(!defined('VERSION')) define('VERSION', '2.7 (RC3a)');
|
|
| 41 | 41 |
|
| 42 | 42 |
?> |
Also available in: Unified diff
set version from 2.7 (RC3) to 2.7 (RC3a)