Revision 1090
Added by Matthias over 15 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.8RC1');
|
|
40 |
if(!defined('VERSION')) define('VERSION', '2.8RC2');
|
|
41 | 41 |
|
42 | 42 |
?> |
Also available in: Unified diff
set Version to RC2