From a97ca25663f4cb6582ced902527a883d6b8dd6c9 Mon Sep 17 00:00:00 2001 From: Henning Bostelmann Date: Sun, 14 May 2017 20:26:03 +0100 Subject: [PATCH] Bumping version number for 3.3.0 release --- version.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/version.php b/version.php index 348d665c..cd49450b 100644 --- a/version.php +++ b/version.php @@ -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.