Skip to content

Commit

Permalink
updating version for release, and updating required moodle version to…
Browse files Browse the repository at this point in the history
… supported moodle versions
  • Loading branch information
jhoopes committed Jan 14, 2017
1 parent 09fc2ce commit 2e3c460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)';

0 comments on commit 2e3c460

Please sign in to comment.