root/releases/0.9rc1/version.php
| Revision 1429, 0.5 kB (checked in by misja, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // ELGG VERSION INFORMATION |
| 4 | |
| 5 | // This file defines the current version of the core Elgg code being used. |
| 6 | // This is compared against the values stored in the database to determine |
| 7 | // whether upgrades should be performed (see lib/db/*.php) |
| 8 | |
| 9 | $version = 2007120701; // YYYYMMDD = Elgg Date |
| 10 | // X = Elgg Point release (0,1,2...) |
| 11 | // Y = Interim incrementer |
| 12 | |
| 13 | $release = '0.9rc1'; // Human-friendly version name |
| 14 | |
| 15 | $build = ''; // revision number |
| 16 | |
| 17 | ?> |
| 18 |
Note: See TracBrowser for help on using the browser.
