mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-19211 reverting to old style editor preferences, the actual code that uses the prefs will be in next commit; fixed version
This commit is contained in:
parent
c3ed4a5ab9
commit
d0942f6d3a
2 changed files with 3 additions and 3 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 = 2010070901; // YYYYMMDD = date of the last version bump
|
||||
$version = 2010071000; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 Preview 4+ (Build: 20100710)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue