mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
keeping version number in sync
This commit is contained in:
parent
a5b08715a7
commit
e4065e84e3
@ -2599,7 +2599,7 @@ function xmldb_main_upgrade($oldversion=0) {
|
||||
upgrade_main_savepoint($result, 2007101502);
|
||||
}
|
||||
|
||||
if ($result && $oldversion < 2007110800) {
|
||||
if ($result && $oldversion < 2007101503) {
|
||||
// Update courses that used weekscss to weeks
|
||||
$result = $result && set_field('course', 'format', 'weeks', 'format', 'weekscss');
|
||||
}
|
||||
|
@ -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 = 2007110800; // YYYYMMDD = date
|
||||
$version = 2007101503; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '2.0 dev'; // Human-friendly version name
|
||||
|
Loading…
x
Reference in New Issue
Block a user