diff --git a/version.php b/version.php index 70fa561c..6ff76578 100644 --- a/version.php +++ b/version.php @@ -16,8 +16,8 @@ */ $plugin->component = 'mod_scheduler'; // Full name of the plugin (used for diagnostics) -$plugin->version = 2014090101; // The current module version (Date: YYYYMMDDXX) -$plugin->release = '2.7.0+'; // Human-friendly version name +$plugin->version = 2014090102; // The current module version (Date: YYYYMMDDXX) +$plugin->release = '2.7.1'; // Human-friendly version name $plugin->requires = 2014050600; // Requires Moodle 2.7 $plugin->maturity = MATURITY_STABLE; // Alpha development code - not for production sites