Export now saves file in correct course file area (ie, the current one).
[moodle-linuxchix.git] / version.php
blob509fb3e4a2f20f41ea89e1e4e3ebf626b43f6c35
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 = 2005081700; // YYYYMMDD = date
10 // XY = increments within a single day
12 $release = '1.6 development'; // Human-friendly version name