MDL-9628 At the suggestion of Tim Hunt, interchanged the position of grade letter...
[moodle-pu.git] / version.php
blob44b836bb19d4c5b871a345645755494f0a6fed66
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 = 2007081302; // YYYYMMDD = date
10 // XY = increments within a single day
12 $release = '1.9 dev'; // Human-friendly version name