mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
bumpoing up version, permission has to be signed integer in mysql!!! added new capabilities in access.php
This commit is contained in:
parent
e40a7a3c8b
commit
77d4953ee2
4 changed files with 50 additions and 5 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 = 2006081000; // YYYYMMDD = date
|
||||
$version = 2006081600; // 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