Merge branch 'MDL-26130' of git://github.com/MaryE/moodle into MOODLE_19_STABLE
[moodle.git] / version.php
blob53f6416e92461c33ac4d4ccf6d3184eba15f162e
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 = 2007101591.02; // YYYYMMDD = date of the 1.9 branch (don't change)
10 // X = release number 1.9.[0,1,2,3,4,5...]
11 // Y.YY = micro-increments between releases
13 $release = '1.9.11+ (Build: 20110406)'; // Human-friendly version name