Browse Source

Bump version to coincide with new version of attendance block

MOODLE_29_STABLE
Dan Marsden 9 years ago
parent
commit
de71f2e35d
  1. 4
      version.php

4
version.php

@ -22,9 +22,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
$plugin->version = 2015062900; $plugin->version = 2015092100;
$plugin->requires = 2015051100; $plugin->requires = 2015051100;
$plugin->release = '2.9.2.1'; $plugin->release = '2.9.3.1';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'mod_attendance'; $plugin->component = 'mod_attendance';

Loading…
Cancel
Save