MDL-10092:
[moodle-linuxchix.git] / version.php
blob90a61d1d601a7bb8b165b8b22e340c535ed4d093
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 = 2007090600; // YYYYMMDD = date
10 // XY = increments within a single day
12 $release = '1.9 Beta +'; // Human-friendly version name