Prevent admins from unassigning themselves MDL-7462
[moodle.git] / version.php
blob0bfe76a7f14e0af35d0d452ed0d22b2366ab6733
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 = 2006101007; // YYYYMMDD = date of the 1.7 branch (don't change)
10 // X = release number 1.7.[0,1,2,3...]
11 // Y = micro-increments between releases
13 $release = '1.7+'; // Human-friendly version name