Revision 2035
Added by Dietmar almost 11 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
16 Dec-2013 Build 2035 Dietmar Woellbrink (Luisehahne) |
|
15 |
! set version status to 2.8.4 |
|
14 | 16 |
16 Dec-2013 Build 2034 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
! Changed links to WB website |
16 | 18 |
16 Dec-2013 Build 2033 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
50 | 50 |
} |
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '2034');
|
|
53 |
if(!defined('VERSION')) define('VERSION', '2.8.4');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '2035');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
Also available in: Unified diff
! set version status to 2.8.4