Skip to content

Commit

Permalink
Bump version number for 2.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bostelm committed Jun 12, 2017
1 parent 495121e commit 3b69a37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
defined('MOODLE_INTERNAL') || die();

/**
* This is the development branch (master) of the scheduler module.
* This is the MOODLE_29_STABLE branch of the scheduler module.
*/

$plugin->component = 'mod_scheduler'; // Full name of the plugin (used for diagnostics)
$plugin->version = 2015102903; // The current module version (Date: YYYYMMDDXX)
$plugin->release = '2.9.1+'; // Human-friendly version name
$plugin->version = 2015102904; // The current module version (Date: YYYYMMDDXX)
$plugin->release = '2.9.2'; // Human-friendly version name
$plugin->requires = 2015042800; // Requires Moodle 2.9
$plugin->maturity = MATURITY_STABLE; // Alpha development code - not for production sites
$plugin->maturity = MATURITY_STABLE; // Stable release

$plugin->cron = 60; // Period for cron to check this module (secs)

0 comments on commit 3b69a37

Please sign in to comment.