MDL-47494 gapselect: Update version number for the 1.5 release.

This commit is contained in:
Tim Hunt
2014-01-08 12:56:58 +00:00
parent 09ab016651
commit 2095ea2c13
+2 -2
View File
@@ -24,9 +24,9 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2013070100;
$plugin->version = 2014010800;
$plugin->requires = 2013051400;
$plugin->cron = 0;
$plugin->component = 'qtype_gapselect';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.4 for Moodle 2.5+';
$plugin->release = '1.5 for Moodle 2.5+';