Various improvements to Examview input.
[moodle-linuxchix.git] / version.php
blob5bc6592021d8f79640a66e123a4df2ea5751ae8f
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 = 2006112000; // YYYYMMDD = date
10 // XY = increments within a single day
12 $release = '1.8 dev'; // Human-friendly version name