mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
capability riskbitmasks and user trustbitmask patch #1 see MDL-6412
This commit is contained in:
parent
2b3447c38a
commit
be4486da83
7 changed files with 34 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2006083001; // YYYYMMDD = date
|
||||
$version = 2006083003; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.7 dev'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue