Revision 13
Added by ryan about 20 years ago
| version.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id: version.php,v 1.14 2005/06/22 08:02:10 rdjurovich Exp $
|
|
| 3 |
// $Id$ |
|
| 4 | 4 |
|
| 5 | 5 |
/* |
| 6 | 6 |
|
| ... | ... | |
| 28 | 28 |
Version file |
| 29 | 29 |
|
| 30 | 30 |
This file is where the WB release version is stored. |
| 31 |
I will try to remember to update with every release! |
|
| 32 | 31 |
|
| 33 | 32 |
*/ |
| 34 | 33 |
|
| 35 |
define('VERSION', '2.5.2');
|
|
| 34 |
define('VERSION', '2.6.0');
|
|
| 36 | 35 |
|
| 37 | 36 |
?> |
Also available in: Unified diff
Changed 2.5.2 to 2.6.0