Fixing typo causing restore not to work within 19_STABLE branch (BC). MDL-15282
[moodle-linuxchix.git] / version.php
blob9fd39e1efb97c768c2d99e7cb1dc3b0145dd8da5
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 = 2007101521; // YYYYMMDD = date of the 1.9 branch (don't change)
10 // X = release number 1.9.[0,1,2,3...]
11 // Y.YY = micro-increments between releases
13 $release = '1.9.2+ (Build: 20080806)'; // Human-friendly version name