Revision 1349
Added by Dietmar almost 14 years ago
version.php | ||
---|---|---|
33 | 33 |
* @package interface |
34 | 34 |
* @author WebsiteBaker Project |
35 | 35 |
* @copyright 2004-2009, Ryan Djurovich |
36 |
* @copyright 2009-2010, Website Baker Org. e.V.
|
|
36 |
* @copyright 2009-2011, Website Baker Org. e.V.
|
|
37 | 37 |
* @link http://www.websitebaker2.org/ |
38 | 38 |
* @license http://www.gnu.org/licenses/gpl.html |
39 |
* @platform WebsiteBaker 2.8.1
|
|
40 |
* @requirements PHP 4.3.4 and higher
|
|
39 |
* @platform WebsiteBaker 2.8.x
|
|
40 |
* @requirements PHP 5.2.2 and higher
|
|
41 | 41 |
* @revision $Revision$ |
42 | 42 |
* @version $Id$ |
43 | 43 |
* @filesource $HeadURL$ |
... | ... | |
51 | 51 |
} |
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
|
55 |
if(!defined('REVISION')) define('REVISION', '1348');
|
|
54 |
if(!defined('VERSION')) define('VERSION', '2.8.2.RC1');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1349');
|
|
56 | 56 |
|
57 | 57 |
?> |
Also available in: Unified diff
add ini_set('display_errors', 1) (Tks to Thorn)
update headerinfos