diff --git a/version.php b/version.php index 6f7907d..9bdba66 100755 --- a/version.php +++ b/version.php @@ -23,10 +23,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016030601; // The current module version (Date: YYYYMMDDXX) -$plugin->requires = 2015051100; // Moodle 2.9 (or above) +$plugin->version = 2017010400; // The current module version (Date: YYYYMMDDXX) +$plugin->requires = 2016052304; // Moodle 3.1 (or above) $plugin->cron = 0; // Period for cron to check this module (secs) $plugin->component = 'mod_activequiz'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.7 (Build: 2016030601)'; +$plugin->release = '3.7.1 (Build: 2017010400)';