mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
"MDL-13766, create instances for each plugin, testing"
This commit is contained in:
parent
9ccfe7aa90
commit
ff7e7f92bc
2 changed files with 83 additions and 1 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 = 2008082900; // YYYYMMDD = date of the last version bump
|
||||
$version = 2008090108; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 dev (Build: 20080901)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue