Revision 1243
Added by Dietmar almost 15 years ago
version.php | ||
---|---|---|
57 | 57 |
* @copyright 2004-2009, Ryan Djurovich |
58 | 58 |
* @copyright 2009-2010, Website Baker Org. e.V. |
59 | 59 |
* @version $Id$ |
60 |
* @revision $Revision$ |
|
60 | 61 |
* @platform WebsiteBaker 2.8.x |
61 | 62 |
* @requirements >= PHP 4.3.4 |
62 | 63 |
* @license http://www.gnu.org/licenses/gpl.html |
... | ... | |
70 | 71 |
|
71 | 72 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
72 | 73 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
73 |
if(!defined('REVISION')) define('REVISION', '1242');
|
|
74 |
if(!defined('REVISION')) define('REVISION', '1243');
|
|
74 | 75 |
|
75 | 76 |
?> |
76 | 77 |
Also available in: Unified diff
Ticket #911 continue to fix CSS-errors in WB backend