mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-16411 Move all plugintype_pluginname_version values from config to config_plugins
This commit is contained in:
parent
0b88fedf88
commit
d849880e56
3 changed files with 65 additions and 19 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 = 2008090800; // YYYYMMDD = date of the last version bump
|
||||
$version = 2008091000; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 dev (Build: 20080910)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue