file maxhighscores.html was added on branch MOODLE_15_STABLE on 2005-07-07 16:59...
[moodle.git] / version.php
blob7c347e58272b5cb384c5165ef9ba7602b2e89192
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 = 2005060201; // YYYYMMDD = Moodle 1.5 Date
10 // X = Moodle 1.5 Point release (0,1,2...)
11 // Y = Interim incrementer
13 $release = '1.5 +'; // Human-friendly version name