MDL-47494 ddmarker: Update version number for the 1.6 release.

This commit is contained in:
Tim Hunt
2014-07-03 11:38:29 +01:00
parent 2870a500e5
commit e6d087539b
+2 -2
View File
@@ -25,12 +25,12 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2014042800;
$plugin->version = 2014060300;
$plugin->requires = 2013051400;
$plugin->cron = 0;
$plugin->component = 'qtype_ddmarker';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.5 for Moodle 2.5+';
$plugin->release = '1.6 for Moodle 2.5+';
$plugin->dependencies = array(
'qtype_gapselect' => 2014010800,