ec81373f |
1 | <?php |
cbd1170e |
2 | |
e7d3e861 |
3 | // MOODLE VERSION INFORMATION |
c646b70d |
4 | |
ec81373f |
5 | // This file defines the current version of the core Moodle code being used. |
6 | // This is compared against the values stored in the database to determine |
e7d3e861 |
7 | // whether upgrades should be performed (see lib/db/*.php) |
8 | |
575f245f |
9 | $version = 2010090501; // YYYYMMDD = date of the last version bump |
037a40f7 |
10 | // XX = daily increments |
e7d3e861 |
11 | |
1160ab1d |
12 | $release = '2.0 Preview 4+ (Build: 20100906)'; // Human-friendly version name |
de260e0f |
13 | |