mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
"MDL-19181, display plugin instances based on capabilities"
This commit is contained in:
parent
68bd9e5e13
commit
c86dde2ec5
66 changed files with 584 additions and 39 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 = 2009073101; // YYYYMMDD = date of the last version bump
|
||||
$version = 2009080700; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 dev (Build: 20090807)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue