MDL-26985 add 2.1 release info
We keep the $CFG->version unchanged for now so that admins that upgrade accidentally can go back to the latest stable 2.0.2+.
This commit is contained in:
+2
-2
@@ -33,6 +33,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
$version = 2011032300.00; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0.2+ (Build: 20110323)'; // Human-friendly version name
|
||||
$release = '2.1dev (Build: 20110323)'; // Human-friendly version name
|
||||
|
||||
$maturity = MATURITY_STABLE; // this version's maturity level
|
||||
$maturity = MATURITY_ALPHA; // this version's maturity level
|
||||
|
||||
Reference in New Issue
Block a user