MDL-27001 Integration bump needed (we were already @ 2011083100.01)

This commit is contained in:
Eloy Lafuente (stronk7) 2011-09-06 15:57:49 +02:00
parent 4a94d2c61f
commit a1b888384e
2 changed files with 3 additions and 3 deletions

View File

@ -6681,7 +6681,7 @@ FROM
upgrade_main_savepoint(true, 2011081700.02);
}
if ($oldversion < 2011083100.01) {
if ($oldversion < 2011083100.02) {
// Define field showdescription to be added to course_modules
$table = new xmldb_table('course_modules');
$field = new xmldb_field('showdescription', XMLDB_TYPE_INTEGER, '1',
@ -6693,7 +6693,7 @@ FROM
}
// Main savepoint reached
upgrade_main_savepoint(true, 2011083100.01);
upgrade_main_savepoint(true, 2011083100.02);
}
return true;

View File

@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
$version = 2011083100.01; // YYYYMMDD = weekly release date of this DEV branch
$version = 2011083100.02; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes