help file MDL-21308 rewording thanks to Bente Olsen
[moodle.git] / version.php
blob54d60b131a8cfa17862e4b3f7daa5691a58b42ea
1 <?php
3 // MOODLE VERSION INFORMATION
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
7 // whether upgrades should be performed (see lib/db/*.php)
9 $version = 2010031700; // YYYYMMDD = date of the last version bump
10 // XX = daily increments
12 $release = '2.0 dev (Build: 20100317)'; // Human-friendly version name