microincrement version to 2.1.21
[moodle.git] / version.php
blob59b0401857d3742bd6f2cbcb354571d605abfa64
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 = 2006050510; // 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.1'; // Human-friendly version name