MDL-36933 Bump everything to 2012112900

(versions, requires and dependencies)
This commit is contained in:
Eloy Lafuente (stronk7)
2012-11-30 03:30:09 +01:00
parent 08c05956e0
commit 663dbbc2e6
308 changed files with 634 additions and 634 deletions
+2 -2
View File
@@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2012061700;
$plugin->requires = 2012061700; // Requires this Moodle version
$plugin->version = 2012112900;
$plugin->requires = 2012112900; // Requires this Moodle version
$plugin->component = 'workshopallocation_manual';
+2 -2
View File
@@ -26,6 +26,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'workshopallocation_random';
$plugin->version = 2012061700;
$plugin->requires = 2012061700;
$plugin->version = 2012112900;
$plugin->requires = 2012112900;
$plugin->maturity = MATURITY_STABLE;
@@ -27,10 +27,10 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'workshopallocation_scheduled';
$plugin->version = 2012061700;
$plugin->requires = 2012061700;
$plugin->version = 2012112900;
$plugin->requires = 2012112900;
$plugin->dependencies = array(
'workshopallocation_random' => 2012061700,
'workshopallocation_random' => 2012112900,
);
$plugin->maturity = MATURITY_ALPHA;
$plugin->cron = 60;