when inserting 'Give Up' button, if site encoding is not iso-8859-1, then set page...
[moodle.git] / version.php
blob11662847ec158de1625ad421ed7f7b796a44b950
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 = 2006050550; // 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.5 +'; // Human-friendly version name