Automatic installer.php lang files by installer_builder (20081205)
[moodle.git] / version.php
blob44ead92788c35790d86b78764e1a2196917a4992
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 = 2006050581; // 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.8+'; // Human-friendly version name