Browse Source

Bump version.

MOODLE_32_STABLE
Dan Marsden 7 years ago
parent
commit
37f5a2735f
  1. 4
      version.php

4
version.php

@ -23,9 +23,9 @@
*/ */
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2016121319; $plugin->version = 2016121320;
$plugin->requires = 2016111800; $plugin->requires = 2016111800;
$plugin->release = '3.2.15'; $plugin->release = '3.2.16';
$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