MDL-45390 gradebook: Grade boundary fix.

Code to upgrade, fix, and freeze the gradebook for
courses with letter boundary problems.
This commit is contained in:
Adrian Greeve
2016-05-18 09:56:00 +08:00
parent 2b98f0ea26
commit 405b90bcd2
6 changed files with 193 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2016051700.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2016051700.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.