Slightly changed the shortcut method of disabling email so that it's
[moodle.git] / version.php
blob1edcbbe4b230424bee57386e4f1ccb7a1c011ecd
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 = 2004083121; // YYYYMMDD = date of first major branch release 1.4
10 // X = point release version 1,2,3 etc
11 // Y = increments between point releases
13 $release = '1.4.2 nearly'; // Human-friendly version name