Automatic installer.php lang files by installer_builder (20060913)
[moodle.git] / version.php
blob696ec5847cd1cb980a1c547a98cc88cf7a8b256a
1 <?php
3 // MOODLE 1.6 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 = 2006050520; // YYYYMMDD = date of the 1.6 branch (don't change)
10 // X = release number 1.6.[0,1,2,3...]
11 // Y = micro-increments between releases
13 $release = '1.6.2'; // Human-friendly version name