mod-assignment MDL-23848 Users can now view previously submit assignments if they...
[moodle.git] / version.php
blob8342ddf04ad1040d2e94107a2d66c10b3e12b948
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 = 2007101590.00; // 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.9+ (Build: 20100916)'; // Human-friendly version name