Skip to content

Commit

Permalink
Bumping version number for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bostelm committed May 14, 2017
1 parent da6c706 commit a97ca25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
defined('MOODLE_INTERNAL') || die();

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

$plugin->component = 'mod_scheduler'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2017051400; // The current module version (Date: YYYYMMDDXX).
$plugin->release = '3.x dev'; // Human-friendly version name.
$plugin->requires = 2017051200; // Requires Moodle 3.3.
$plugin->maturity = MATURITY_ALPHA; // Alpha development code - not for production sites!
$plugin->component = 'mod_scheduler'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2017051400; // The current module version (Date: YYYYMMDDXX).
$plugin->release = '3.3.0'; // Human-friendly version name.
$plugin->requires = 2017051200; // Requires Moodle 3.3.
$plugin->maturity = MATURITY_STABLE; // Stable branch.

0 comments on commit a97ca25

Please sign in to comment.